diff options
Diffstat (limited to 'sys-apps/fcron/files/crontab')
-rw-r--r-- | sys-apps/fcron/files/crontab | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys-apps/fcron/files/crontab b/sys-apps/fcron/files/crontab index fdc6446f3931..791ee9b4d422 100644 --- a/sys-apps/fcron/files/crontab +++ b/sys-apps/fcron/files/crontab @@ -1,7 +1,6 @@ - # /etc/crontab -# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab,v 1.2 2002/04/27 21:46:45 bangert Exp $ +# +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab,v 1.3 2002/11/20 18:33:34 woodchip Exp $ # fcron || dcron: # This is NOT the system crontab! fcron and dcron do not support a system crontab. @@ -9,7 +8,7 @@ # crontab /etc/crontab # as root. # NOTE: This will REPLACE root's current crontab!! - +# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly @@ -18,6 +17,3 @@ 0 0 * * * rm -f /var/spool/cron/lastrun/cron.daily 0 0 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly 0 0 1 * * rm -f /var/spool/cron/lastrun/cron.monthly - - - |