aboutsummaryrefslogtreecommitdiff
path: root/etc/periodic
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-03-27 03:06:58 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-03-27 03:06:58 +0000
commitf09b508c660c4789fab16997737ef4cdf6af8bcd (patch)
treec6248575f585f446910caaddbfc2e07eda7af37d /etc/periodic
parentbaaa9dad0c29ea80357b39fa8670c3a1032bbac3 (diff)
downloadsrc-f09b508c660c4789fab16997737ef4cdf6af8bcd.tar.gz
src-f09b508c660c4789fab16997737ef4cdf6af8bcd.zip
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>
Notes
Notes: svn path=/head/; revision=220049
Diffstat (limited to 'etc/periodic')
-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 931cf7fd35ec..b324f70dfcfa 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 74e7b61e040f..fbcd45460d2b 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"