diff options
| author | glass <glass@NetBSD.org> | 1993-04-03 01:12:21 +0000 |
|---|---|---|
| committer | glass <glass@NetBSD.org> | 1993-04-03 01:12:21 +0000 |
| commit | b3d044e80e73f09820c313eb2a701ef7e190f658 (patch) | |
| tree | aa391924d70a7d7052bf6a63459b9255717aba4c /etc/crontab | |
| parent | 0ec557d9c9763dcf505a9e8a2cc7fd7fd5c52e03 (diff) | |
Added /etc/rpc for librpc support
fixed crontab so it works (oops)
fixed /etc/daily whatis.db support
Diffstat (limited to 'etc/crontab')
| -rw-r--r-- | etc/crontab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/crontab b/etc/crontab index aca753fae28..3bec5032735 100644 --- a/etc/crontab +++ b/etc/crontab @@ -7,6 +7,6 @@ HOME=/var/log #minute hour mday month wday command # #0/15 * * * * /usr/libexec/atrun -0 2 * * * /etc/daily > /var/log/daily.out 2>&1 -30 3 * * 6 /etc/weekly > /var/log/weekly.out 2>&1 -30 5 1 * * /etc/monthly > /var/log/monthly.out 2>&1 +0 2 * * * sh /etc/daily +30 3 * * 6 sh /etc/weekly +30 5 1 * * sh /etc/monthly |
