diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-07 11:40:10 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:04 +0100 |
commit | 099710cbc317afa3888509ee8b09d4d403ddf72f (patch) | |
tree | 69b808a0d43399447e40711a0f7e6e9e77973a78 /examples/cron/crontab | |
parent | 314a1439d82fd89b40bca007c4be20dbeb1fcb01 (diff) | |
download | live-build-099710cbc317afa3888509ee8b09d4d403ddf72f.zip live-build-099710cbc317afa3888509ee8b09d4d403ddf72f.tar.gz |
Removing outdated crontab and cronjob examples.
Diffstat (limited to 'examples/cron/crontab')
-rw-r--r-- | examples/cron/crontab | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/cron/crontab b/examples/cron/crontab deleted file mode 100644 index 960f5e9..0000000 --- a/examples/cron/crontab +++ /dev/null @@ -1,8 +0,0 @@ -# /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 -*/10 * * * * user /usr/share/doc/live-helper/examples/cron/manpages.sh > /dev/null 2>&1 -*/10 * * * * user /usr/share/doc/live-helper/examples/cron/snapshots.sh > /dev/null 2>&1 |