From dfcc03714966af34550cf3b143d3c88c163cf53e Mon Sep 17 00:00:00 2001 From: thib Date: Fri, 17 Aug 2001 19:48:41 +0000 Subject: [PATCH] bug corrected : specify explicitly the directory where fcron is in sysVinit-launcher --- script/sysVinit-launcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/sysVinit-launcher b/script/sysVinit-launcher index 4d7941b..5983f6b 100755 --- a/script/sysVinit-launcher +++ b/script/sysVinit-launcher @@ -6,7 +6,7 @@ # 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" @@ -16,7 +16,7 @@ SBIN=@@DESTSBIN@ # 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 -- 2.40.0