summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-17 21:52:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-17 21:52:50 +0000
commitcecdf31c8104e99e87518f9c2f038436340babef (patch)
treeb31bb59275a5097a4a3b6c9fda12af1030f5f0c2 /etc
parentf2b11ad69144a87623442f7250ded21adab5a93a (diff)
downloadpfsense-cecdf31c8104e99e87518f9c2f038436340babef.zip
pfsense-cecdf31c8104e99e87518f9c2f038436340babef.tar.gz
Turn off malloc debugging
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index d2a8b8d..0a58391 100755
--- a/etc/rc
+++ b/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
OpenPOWER on IntegriCloud