svn commit: r220049 - in head/etc/periodic: daily security
Doug Barton
dougb at FreeBSD.org
Sun Mar 27 03:06:58 UTC 2011
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 <ato at 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"
More information about the svn-src-head
mailing list