path: bacula_15.0.3-5/scripts/bacula-ctl-dir.in
   base=`basename $1`
   # First try "pidof"
   if [ -x ${PIDOF} ] ; then
      pid=`${PIDOF} $1`
