From cecdf31c8104e99e87518f9c2f038436340babef Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 17 Jul 2005 21:52:50 +0000 Subject: [PATCH] Turn off malloc debugging --- etc/rc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/rc b/etc/rc index d2a8b8da76..0a583918e1 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