[Debian-live-changes] r1954 - in dists/trunk/live-webhelper: . examples examples/cron

daniel at alioth.debian.org daniel at alioth.debian.org
Sun Jun 3 14:04:17 UTC 2007


Author: daniel
Date: 2007-06-03 14:04:17 +0000 (Sun, 03 Jun 2007)
New Revision: 1954

Added:
   dists/trunk/live-webhelper/examples/
   dists/trunk/live-webhelper/examples/cron/
   dists/trunk/live-webhelper/examples/cron/crontab
Modified:
   dists/trunk/live-webhelper/Makefile
Log:


Modified: dists/trunk/live-webhelper/Makefile
===================================================================
--- dists/trunk/live-webhelper/Makefile	2007-06-03 14:02:23 UTC (rev 1953)
+++ dists/trunk/live-webhelper/Makefile	2007-06-03 14:04:17 UTC (rev 1954)
@@ -17,7 +17,7 @@
 	# Installing scripts
 	install -D -m 0755 scripts/cgi $(DESTDIR)/usr/lib/cgi-bin/live-webhelper
 	install -D -m 0644 scripts/common $(DESTDIR)/usr/share/live-webhelper/common
-	install -D -m 0755 scripts/cron $(DESTDIR)/etc/cron.d/live-webhelper
+	install -D -m 0755 scripts/cron $(DESTDIR)/etc/cron.hourly/live-webhelper
 	install -D -m 0644 scripts/default $(DESTDIR)/etc/default/live-webhelper
 
 	# Installing templates

Added: dists/trunk/live-webhelper/examples/cron/crontab
===================================================================
--- dists/trunk/live-webhelper/examples/cron/crontab	                        (rev 0)
+++ dists/trunk/live-webhelper/examples/cron/crontab	2007-06-03 14:04:17 UTC (rev 1954)
@@ -0,0 +1,7 @@
+# /etc/crontab - system-wide crontab
+
+SHELL=/bin/sh
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+
+# m  h dom mon dow user command
+*/1  * *   *   *   root /etc/cron.hourly/live-webhelper > /dev/null 2>&1




More information about the Debian-live-changes mailing list