diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-05-05 00:46:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-05-05 00:46:27 +0000 |
commit | 230787e791494d221bf928e90dac27772b432d0e (patch) | |
tree | 6adbc3f395434feb2e5a8ef53d31c8084e654596 /etc | |
parent | c8c416db7e2fbba3ecb08bbcce6e0ff4616ab0b7 (diff) | |
download | pfsense-230787e791494d221bf928e90dac27772b432d0e.zip pfsense-230787e791494d221bf928e90dac27772b432d0e.tar.gz |
Install compatibility symlink for packages built in /tmp/tmp (FreeBSD 7 currently)
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |