freebsd-dev/etc/periodic/daily/Makefile
Christian Brueffer 9ccfd1e437 Add periodic scripts that check the status of graid3(8), gstripe(8)
and gconcat(8) devices, respectively.

Approved by:	rwatson (mentor)
2006-03-02 14:44:19 +00:00

30 lines
537 B
Makefile

# $FreeBSD$
FILES= 100.clean-disks \
110.clean-tmps \
120.clean-preserve \
130.clean-msgs \
140.clean-rwho \
150.clean-hoststat \
200.backup-passwd \
210.backup-aliases \
300.calendar \
310.accounting \
330.news \
400.status-disks \
405.status-ata-raid \
406.status-gmirror \
407.status-graid3 \
408.status-gstripe \
409.status-gconcat \
420.status-network \
430.status-rwho \
440.status-mailq \
450.status-security \
460.status-mail-rejects \
470.status-named \
500.queuerun \
999.local
.include <bsd.prog.mk>