X-Git-Url: http://gitweb/?a=blobdiff_plain;f=dcron%2Fcrontab;h=6cf0d18b2137260de16ac4d2e2d61ee7f134e4bc;hb=c2b30fb83694e5ee01404f52eacaf7b3f3eaa3c8;hp=d2ea4f450ed8088cfeeff755d772e6cfe0124682;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/dcron/crontab b/dcron/crontab index d2ea4f4..6cf0d18 100644 --- a/dcron/crontab +++ b/dcron/crontab @@ -1,12 +1,10 @@ # # /etc/crontab: crond(8) configuration # -# The format of this file: -# Min Hour Day Month DayOfWeek Command -00 20 * * * /usr/sbin/runjobs /etc/cron/daily -05 20 * * mon /usr/sbin/runjobs /etc/cron/weekly -10 20 1 * * /usr/sbin/runjobs /etc/cron/monthly -15 * * * * /usr/sbin/runjobs /etc/cron/hourly +@hourly ID=sys.hourly /usr/sbin/runjobs /etc/cron/hourly +@daily ID=sys.daily /usr/sbin/runjobs /etc/cron/daily +@weekly ID=sys.weekly /usr/sbin/runjobs /etc/cron/weekly +@monthly ID=sys.monthly /usr/sbin/runjobs /etc/cron/monthly # End of file