summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-05 00:46:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-05 00:46:27 +0000
commit230787e791494d221bf928e90dac27772b432d0e (patch)
tree6adbc3f395434feb2e5a8ef53d31c8084e654596 /etc
parentc8c416db7e2fbba3ecb08bbcce6e0ff4616ab0b7 (diff)
downloadpfsense-230787e791494d221bf928e90dac27772b432d0e.zip
pfsense-230787e791494d221bf928e90dac27772b432d0e.tar.gz
Install compatibility symlink for packages built in /tmp/tmp (FreeBSD 7 currently)
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 4306ae2..c3dcc41 100755
--- a/etc/rc
+++ b/etc/rc
@@ -102,6 +102,12 @@ if [ ! -L /etc/resolv.conf ]; then
ln -s /var/etc/resolv.conf /etc/resolv.conf
fi
+# Setup compatibility link for packages that
+# have trouble overriding the PREFIX configure
+# argument since we build our packages in a
+# seperated PREFIX area
+ln -s /tmp/tmp /usr/local
+
# Malloc debugging check
if [ ! -L /etc/malloc.conf ]; then
ln -s aj /etc/malloc.conf
OpenPOWER on IntegriCloud