X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fscripts%2Fbacula-ctl-fd.in;h=86ad8db8db046576696aa218671e2c795664245e;hb=10ee9d810f331ba9aa335d31d3d6e2573615c6cd;hp=093797eb74588630fa3a345b1e0e24166ec5bbd2;hpb=cbfb9d2dcea83676236fb520a32afff89453db17;p=bacula%2Fbacula diff --git a/bacula/scripts/bacula-ctl-fd.in b/bacula/scripts/bacula-ctl-fd.in index 093797eb74..86ad8db8db 100644 --- a/bacula/scripts/bacula-ctl-fd.in +++ b/bacula/scripts/bacula-ctl-fd.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. # PSCMD="@PSCMD@" @@ -128,7 +128,8 @@ pidofproc() { fi # Finally try to extract it from ps - ${PSCMD} | grep $1 | ${AWK} '{ print $1 }' | tr '\n' ' ' + pid=`${PSCMD} | grep $1 | ${AWK} '{ print $1 }' | tr '\n' ' '` + echo $pid return 0 }