diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2011-03-27 03:06:58 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2011-03-27 03:06:58 +0000 |
| commit | f09b508c660c4789fab16997737ef4cdf6af8bcd (patch) | |
| tree | c6248575f585f446910caaddbfc2e07eda7af37d /etc | |
| parent | baaa9dad0c29ea80357b39fa8670c3a1032bbac3 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/periodic/daily/Makefile | 1 | ||||
| -rw-r--r-- | etc/periodic/security/Makefile | 1 |
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" |
