From 7f71cdada2b49811eebab0b82b09d218ad549fc6 Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 3 Sep 2000 18:55:25 +0000 Subject: [PATCH] more compatible with standart --- script/sysVinit-launcher | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/script/sysVinit-launcher b/script/sysVinit-launcher index 1249ced..3a8cfe4 100755 --- a/script/sysVinit-launcher +++ b/script/sysVinit-launcher @@ -1,11 +1,12 @@ #!/bin/sh # -# description : fcron is a scheduler especially useful for people +# chkconfig: 2345 40 60 +# description : fcron is a scheduler especially useful for people \ # who are not running their system all the time. # processname: fcron +# pidfile: /var/run/fcron.pid # config: /var/spool/fcron/* - -# $Id: sysVinit-launcher,v 1.2 2000-05-15 18:28:27 thib Exp $ +# $Id: sysVinit-launcher,v 1.3 2000-09-03 18:55:25 thib Exp $ FUNCTION=0 -- 2.40.0