]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/periodic/daily/Makefile
MFV r322242: 8373 TXG_WAIT in ZIL commit path
[FreeBSD/FreeBSD.git] / etc / periodic / daily / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 FILESGROUPS=FILES
6
7 FILES=  100.clean-disks \
8         110.clean-tmps \
9         120.clean-preserve \
10         200.backup-passwd \
11         210.backup-aliases \
12         330.news \
13         400.status-disks \
14         401.status-graid \
15         406.status-gmirror \
16         407.status-graid3 \
17         408.status-gstripe \
18         409.status-gconcat \
19         410.status-mfi \
20         420.status-network \
21         430.status-uptime \
22         450.status-security \
23         510.status-world-kernel \
24         999.local
25
26 # NB: keep these sorted by MK_* knobs
27
28 .if ${MK_ACCT} != "no"
29 FILESGROUPS+=   ACCT
30 ACCT+=          310.accounting
31 .endif
32 ACCTDIR=        /etc/periodic/daily
33 ACCTMODE=       ${BINMODE}
34 ACCTPACKAGE=    acct
35
36 .if ${MK_CALENDAR} != "no"
37 FILES+= 300.calendar
38 .endif
39
40 .if ${MK_MAIL} != "no"
41 FILES+= 130.clean-msgs
42 .endif
43
44 .if ${MK_NTP} != "no"
45 FILES+= 480.status-ntpd \
46         480.leapfile-ntpd
47 .endif
48
49 .if ${MK_RCMDS} != "no"
50 FILESGROUPS+=   RCMDS
51 RCMDS+= 140.clean-rwho
52 .endif
53 RCMDSDIR=       /etc/periodic/daily
54 RCMDSMODE=      ${BINMODE}
55 RCMDSPACKAGE=   rcmds
56
57 .if ${MK_SENDMAIL} != "no"
58 FILES+= 150.clean-hoststat \
59         440.status-mailq \
60         460.status-mail-rejects \
61         500.queuerun
62 .endif
63
64 .if ${MK_ZFS} != "no"
65 FILES+= 404.status-zfs \
66         800.scrub-zfs
67 .endif
68
69 .include <bsd.prog.mk>