From 66d6edbf82663919bd2de17dea73dbba8ee6b872 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> Date: Wed, 5 Dec 2007 12:47:09 +0000 Subject: [PATCH] cleanup old slices.xml-related stuff --- plc.d/crond | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/plc.d/crond b/plc.d/crond index c1a6c9c..024615c 100755 --- a/plc.d/crond +++ b/plc.d/crond @@ -42,20 +42,8 @@ EOF # Run all jobs once at startup -# if [ "$PLC_BOOT_ENABLED" = "1" ] ; then -# echo "*/5 * * * * root gen-slices-xml-05.py" >>/etc/cron.d/plc.cron -# gen-slices-xml-05.py -# check - fi - if [ "$PLC_WWW_ENABLED" = "1" ] ; then -# echo "*/15 * * * * root gen-static-content.py" >>/etc/cron.d/plc.cron -# echo "*/15 * * * * root gen-sites-xml.py" >>/etc/cron.d/plc.cron echo "00 * * * * wget -O - -q http://localhost/cron.php" >>/etc/cron.d/plc.cron -# gen-static-content.py -# check -# gen-sites-xml.py -# check wget -O - -q http://localhost/cron.php check fi -- 2.47.0