mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Install compatibility symlink for packages built in /tmp/tmp (FreeBSD 7 currently)
This commit is contained in:
parent
f84c7d76e6
commit
652f9fa14d
6
etc/rc
6
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user