]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/redhat/bacula-sd.in
Remove mysql version variable.
[bacula/bacula] / bacula / platforms / redhat / bacula-sd.in
index 25edb43e2a2bcc9fe98ce8f19c8927a14b56077c..bf434887a9fe2db7da5b392a707f1ca035865d62 100755 (executable)
@@ -25,6 +25,12 @@ fi
 # pull in any user defined SD_OPTIONS, SD_USER, or SD_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)