summaryrefslogtreecommitdiffstats
path: root/etc/periodic
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2010-06-17 12:25:47 +0000
committernetchild <netchild@FreeBSD.org>2010-06-17 12:25:47 +0000
commit881839de9841cdc02a20dc41415f5328c1467fe5 (patch)
tree29a168e724ca0ed2824f96a5aa116223ba093b20 /etc/periodic
parent49b988c96084dbc5714f5dffa1ae64e7ae1ed18b (diff)
downloadFreeBSD-src-881839de9841cdc02a20dc41415f5328c1467fe5.zip
FreeBSD-src-881839de9841cdc02a20dc41415f5328c1467fe5.tar.gz
- add the zfs scrub script
- move the zfs status script into the MK_ZFS conditional to respect WITHOUT_ZFS Noticed by: Andrzej Tobola <ato@iem.pw.edu.pl>
Diffstat (limited to 'etc/periodic')
-rw-r--r--etc/periodic/daily/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/periodic/daily/Makefile b/etc/periodic/daily/Makefile
index 80583a1..f70dac5 100644
--- a/etc/periodic/daily/Makefile
+++ b/etc/periodic/daily/Makefile
@@ -8,7 +8,6 @@ FILES= 100.clean-disks \
200.backup-passwd \
330.news \
400.status-disks \
- 404.status-zfs \
405.status-ata-raid \
406.status-gmirror \
407.status-graid3 \
@@ -53,4 +52,9 @@ FILES+= 150.clean-hoststat \
500.queuerun
.endif
+.if ${MK_ZFS} != "no"
+FILES+= 404.status-zfs \
+ 800.scrub-zfs
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud