# processname: fcron
# pidfile: /var/run/fcron.pid
# config: /var/spool/fcron/*
-# $Id: sysVinit-launcher,v 1.8 2001-08-17 19:48:41 thib Exp $
+# $Id: sysVinit-launcher,v 1.9 2003-12-25 22:52:10 thib Exp $
export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"
STARTCMD="daemon $SBIN/fcron -b"
STOPCMD="killproc fcron"
FINALECHO="echo"
-elif start-stop-daemon -V > /dev/null; then
+elif start-stop-daemon --version > /dev/null; then
STARTCMD="start-stop-daemon --start --quiet --exec $SBIN/fcron -- -b"
STOPCMD="start-stop-daemon --stop --quiet --exec $SBIN/fcron"
FINALECHO="echo ."