summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-03-27 03:06:58 +0000
committerdougb <dougb@FreeBSD.org>2011-03-27 03:06:58 +0000
commit5690821f7a110581f38a53d5df8d99dc3acfd2ca (patch)
treec6248575f585f446910caaddbfc2e07eda7af37d /etc
parent2f5c17bf8059cd15522947433702bc722191a285 (diff)
downloadFreeBSD-src-5690821f7a110581f38a53d5df8d99dc3acfd2ca.zip
FreeBSD-src-5690821f7a110581f38a53d5df8d99dc3acfd2ca.tar.gz
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@iem.pw.edu.pl>
Diffstat (limited to 'etc')
-rw-r--r--etc/periodic/daily/Makefile1
-rw-r--r--etc/periodic/security/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/periodic/daily/Makefile b/etc/periodic/daily/Makefile
index 931cf7f..b324f70 100644
--- a/etc/periodic/daily/Makefile
+++ b/etc/periodic/daily/Makefile
@@ -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 \
diff --git a/etc/periodic/security/Makefile b/etc/periodic/security/Makefile
index 74e7b61..fbcd454 100644
--- a/etc/periodic/security/Makefile
+++ b/etc/periodic/security/Makefile
@@ -17,6 +17,7 @@ FILES= 100.chksetuid \
.if ${MK_IPFILTER} != "no"
FILES+= 510.ipfdenied
+FILES+= 610.ipf6denied
.endif
.if ${MK_IPFW} != "no"
OpenPOWER on IntegriCloud