[Lunar-commits] CVS: moonbase/utils/fcron/init.d fcron, NONE,
1.1 crond, 1.1.1.1, NONE
Jan Eidtmann
cmak at lunar-linux.org
Wed Mar 17 13:13:46 GMT 2004
Update of /var/cvs/lunar/moonbase/utils/fcron/init.d
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12601/init.d
Added Files:
fcron
Removed Files:
crond
Log Message:
updating fcrons init script to use the lunar functions as the old doesnt work for me...
--- NEW FILE: fcron ---
#! /bin/bash
#
# fcron Start/Stop the cron clock daemon.
#
# chkconfig: 2345 90 60
# description: cron is a standard UNIX program that runs user-specified \
# programs at periodic scheduled times. vixie cron adds a \
# number of features to the basic UNIX cron, including better \
# security and more powerful configuration options.
# processname: /usr/sbin/fcron
# pidfile: /var/run/crond.pid
ARGS="-b"
. /lib/lsb/init-functions
--- crond DELETED ---
More information about the Lunar-commits
mailing list