summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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