]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
bug corrected : specify explicitly the directory where fcron is in sysVinit-launcher
authorThibault Godouet <yo8192@users.noreply.github.com>
Fri, 17 Aug 2001 19:48:41 +0000 (19:48 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Fri, 17 Aug 2001 19:48:41 +0000 (19:48 +0000)
script/sysVinit-launcher

index 4d7941bbd433dae607277e923f71691c2bc2f9ca..5983f6b671bff3b971c2767254d3c1d60cc69742 100755 (executable)
@@ -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