Author: netchild
Date: Thu Jun 17 12:25:47 2010
New Revision: 209250
URL: http://svn.freebsd.org/changeset/base/209250

Log:
  - add the zfs scrub script
  - move the zfs status script into the MK_ZFS conditional to respect
    WITHOUT_ZFS
  
  Noticed by:   Andrzej Tobola <a...@iem.pw.edu.pl>

Modified:
  head/etc/periodic/daily/Makefile

Modified: head/etc/periodic/daily/Makefile
==============================================================================
--- head/etc/periodic/daily/Makefile    Thu Jun 17 12:05:47 2010        
(r209249)
+++ head/etc/periodic/daily/Makefile    Thu Jun 17 12:25:47 2010        
(r209250)
@@ -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>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to