diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-17 21:52:50 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-17 21:52:50 +0000 |
commit | cecdf31c8104e99e87518f9c2f038436340babef (patch) | |
tree | b31bb59275a5097a4a3b6c9fda12af1030f5f0c2 /etc/rc | |
parent | f2b11ad69144a87623442f7250ded21adab5a93a (diff) | |
download | pfsense-cecdf31c8104e99e87518f9c2f038436340babef.zip pfsense-cecdf31c8104e99e87518f9c2f038436340babef.tar.gz |
Turn off malloc debugging
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |