]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/redhat/bacula-dir.in
Merge branch 'master' into bat_slot
[bacula/bacula] / bacula / platforms / redhat / bacula-dir.in
index 8d2e1f2f8a5628f58d570cc8bb29b7025baf36e9..43e5111689fcabbbaef6e5e48d0bf31ba61c0940 100755 (executable)
@@ -25,6 +25,12 @@ fi
 # pull in any user defined DIR_DIR_OPTIONS, DIR_USER, or DIR_GROUP
 [ -f /etc/sysconfig/bacula ] && . /etc/sysconfig/bacula
 
+#
+# Disable Glibc malloc checks, it doesn't help and it keeps from getting
+#   good dumps
+MALLOC_CHECK_=0
+export MALLOC_CHECK_
+
 RETVAL=0
 case "$1" in
     start)