summaryrefslogtreecommitdiff
path: root/time/anacron/files/anacrontab.NetBSD
blob: c828391f48f5a0ec79d40b310ff58e169fb9f611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD
#
# anacrontab - Configuration file for NetBSD.
#
# See anacrontab(5) and anacron(8) for more information.
#

SHELL=/bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log

#days	delay	id	command
1	5	daily	/bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | sendmail -t
7	15	weekly	/bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | sendmail -t
30	30	monthly	/bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | sendmail -t