# processname: fcron
# pidfile: /var/run/fcron.pid
# config: /var/spool/fcron/*
-# $Id: sysVinit-launcher,v 1.7 2000-11-02 20:54:01 thib Exp $
+# $Id: sysVinit-launcher,v 1.8 2001-08-17 19:48:41 thib Exp $
export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"
# Source function library.
if test -f /etc/rc.d/init.d/functions; then
. /etc/rc.d/init.d/functions
- STARTCMD="daemon fcron -b"
+ STARTCMD="daemon $SBIN/fcron -b"
STOPCMD="killproc fcron"
FINALECHO="echo"
elif start-stop-daemon -V > /dev/null; then