mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Turn off malloc debugging
This commit is contained in:
parent
f2b11ad691
commit
cecdf31c81
5
etc/rc
5
etc/rc
@ -60,6 +60,11 @@ if [ ! -L /etc/resolv.conf ]; then
|
||||
ln -s /var/etc/resolv.conf /etc/resolv.conf
|
||||
fi
|
||||
|
||||
# Malloc debugging check
|
||||
if [ ! -L /etc/malloc.conf ]; then
|
||||
ln -s aj /etc/malloc.conf
|
||||
fi
|
||||
|
||||
if [ ! -L /etc/dhclient.conf ]; then
|
||||
rm -rf /etc/dhclient.conf
|
||||
ln -s /var/etc/dhclient.conf /etc/dhclient.conf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user