[Lunar-commits] CVS: moonbase/utils/fcron BUILD,1.3,1.4
Jan Eidtmann
cmak at lunar-linux.org
Wed Mar 17 13:13:46 GMT 2004
Update of /var/cvs/lunar/moonbase/utils/fcron
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12601
Modified Files:
BUILD
Log Message:
updating fcrons init script to use the lunar functions as the old doesnt work for me...
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/fcron/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 30 Mar 2003 17:14:43 -0000 1.3
+++ BUILD 17 Mar 2004 13:13:44 -0000 1.4
@@ -26,6 +26,10 @@
rm -f /etc/init.d/fcron.sh
rm -f /etc/rc?.d/???fcron.sh
fi
+ if [ -e /etc/init.d/crond ]; then
+ rm -f /etc/init.d/crond
+ rm -f /etc/rc?.d/???crond
+ fi
[ -e /etc/fcron.allow ] || cp files/fcron.allow /etc
[ -e /etc/fcron.deny ] || cp files/fcron.deny /etc
More information about the Lunar-commits
mailing list