X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fplatforms%2Fredhat%2Fbacula-dir.in;h=43e5111689fcabbbaef6e5e48d0bf31ba61c0940;hb=206c03fd59bf724b977cc2ee9aea0f5afffae4d2;hp=8d2e1f2f8a5628f58d570cc8bb29b7025baf36e9;hpb=195dbfbf9dd352e910d90406209f36bfb1acfa6c;p=bacula%2Fbacula diff --git a/bacula/platforms/redhat/bacula-dir.in b/bacula/platforms/redhat/bacula-dir.in index 8d2e1f2f8a..43e5111689 100755 --- a/bacula/platforms/redhat/bacula-dir.in +++ b/bacula/platforms/redhat/bacula-dir.in @@ -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)