Deleted Added
full compact
Makefile (220049) Makefile (244484)
1# $FreeBSD: head/etc/periodic/daily/Makefile 220049 2011-03-27 03:06:58Z dougb $
1# $FreeBSD: head/etc/periodic/daily/Makefile 244484 2012-12-20 11:39:20Z bapt $
2
3.include <bsd.own.mk>
4
5FILES= 100.clean-disks \
6 110.clean-tmps \
7 120.clean-preserve \
8 200.backup-passwd \
2
3.include <bsd.own.mk>
4
5FILES= 100.clean-disks \
6 110.clean-tmps \
7 120.clean-preserve \
8 200.backup-passwd \
9 220.backup-pkgdb \
10 330.news \
11 400.status-disks \
12 405.status-ata-raid \
13 406.status-gmirror \
14 407.status-graid3 \
15 408.status-gstripe \
16 409.status-gconcat \
17 420.status-network \

--- 18 unchanged lines hidden (view full) ---

36FILES+= 130.clean-msgs
37.endif
38
39.if ${MK_NTP} != "no"
40FILES+= 480.status-ntpd
41.endif
42
43.if ${MK_PKGTOOLS} != "no"
9 330.news \
10 400.status-disks \
11 405.status-ata-raid \
12 406.status-gmirror \
13 407.status-graid3 \
14 408.status-gstripe \
15 409.status-gconcat \
16 420.status-network \

--- 18 unchanged lines hidden (view full) ---

35FILES+= 130.clean-msgs
36.endif
37
38.if ${MK_NTP} != "no"
39FILES+= 480.status-ntpd
40.endif
41
42.if ${MK_PKGTOOLS} != "no"
44FILES+= 490.status-pkg-changes
43FILES+= 220.backup-pkgdb \
44 490.status-pkg-changes
45.endif
46
47.if ${MK_RCMDS} != "no"
48FILES+= 140.clean-rwho \
49 430.status-rwho
50.endif
51
52.if ${MK_SENDMAIL} != "no"

--- 13 unchanged lines hidden ---
45.endif
46
47.if ${MK_RCMDS} != "no"
48FILES+= 140.clean-rwho \
49 430.status-rwho
50.endif
51
52.if ${MK_SENDMAIL} != "no"

--- 13 unchanged lines hidden ---