X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=bacula%2Fscripts%2Fbacula.in;h=02114b63184c4f85e1ce9b7687be05ad2635a059;hb=df6083e88402cf6b623568737a3dbcb1742548de;hp=127c49793639e605c959f9930c5f2da5001f8afd;hpb=221924def06d6ed8cc309043b1658eb4f6b5348a;p=bacula%2Fbacula diff --git a/bacula/scripts/bacula.in b/bacula/scripts/bacula.in index 127c497936..02114b6318 100755 --- a/bacula/scripts/bacula.in +++ b/bacula/scripts/bacula.in @@ -6,7 +6,7 @@ # This is pretty much watered down version of the RedHat script # that works on Solaris as well as Linux, but it won't work everywhere. # -# description: It comes by night and sucks the vital essence from your computers. +# description: The Leading Open Source Backup Solution. # # All these are not *really* needed but it makes it @@ -14,6 +14,11 @@ # environment where they are different. # SCRIPTDIR=@scriptdir@ +# +# Disable Glibc malloc checks, it doesn't help and it keeps from getting +# good dumps +MALLOC_CHECK_=0 +export MALLOC_CHECK_ case "$1" in start) @@ -31,6 +36,7 @@ case "$1" in restart) $0 stop + sleep 2 $0 start ;;