rename
[myplc.git] / plc.d / crond
index c828ea7..024615c 100755 (executable)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: crond 1078 2007-11-15 13:38:27Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
@@ -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