Author: dougb
Date: Sun Mar 27 03:06:58 2011
New Revision: 220049
URL: http://svn.freebsd.org/changeset/base/220049

Log:
  Hook the 220.backup-pkgdb script I added to the build unconditionally
  
  Hook up 610.ipf6denied based on MK_IPFILTER as 510.ipfdenied is now
  
  Poked by:     Andrzej Tobola <a...@iem.pw.edu.pl>

Modified:
  head/etc/periodic/daily/Makefile
  head/etc/periodic/security/Makefile

Modified: head/etc/periodic/daily/Makefile
==============================================================================
--- head/etc/periodic/daily/Makefile    Sun Mar 27 03:03:29 2011        
(r220048)
+++ head/etc/periodic/daily/Makefile    Sun Mar 27 03:06:58 2011        
(r220049)
@@ -6,6 +6,7 @@ FILES=  100.clean-disks \
        110.clean-tmps \
        120.clean-preserve \
        200.backup-passwd \
+       220.backup-pkgdb \
        330.news \
        400.status-disks \
        405.status-ata-raid \

Modified: head/etc/periodic/security/Makefile
==============================================================================
--- head/etc/periodic/security/Makefile Sun Mar 27 03:03:29 2011        
(r220048)
+++ head/etc/periodic/security/Makefile Sun Mar 27 03:06:58 2011        
(r220049)
@@ -17,6 +17,7 @@ FILES=        100.chksetuid \
 
 .if ${MK_IPFILTER} != "no"
 FILES+=        510.ipfdenied
+FILES+=        610.ipf6denied
 .endif
 
 .if ${MK_IPFW} != "no"
_______________________________________________
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