It appears that malloc options have changed for RELENG_7.

Eliminate old aj options.
This commit is contained in:
Scott Ullrich 2008-07-07 01:11:16 +00:00
parent aef749ebf7
commit dd64811a99

9
etc/rc
View File

@ -120,9 +120,12 @@ fi
# Make sure our /tmp is 777
chmod 1777 /tmp
# Malloc debugging check
if [ ! -L /etc/malloc.conf ]; then
ln -s aj /etc/malloc.conf
if [ ! "$PLATFORM" = "cdrom" ] ; then
# Malloc debugging check
if [ -L /etc/malloc.conf ]; then
#ln -s aj /etc/malloc.conf
rm /etc/malloc.conf
fi
fi
if [ ! -L /etc/dhclient.conf ]; then