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>
This commit is contained in:
dougb 2011-03-27 03:06:58 +00:00
parent 2f5c17bf80
commit 5690821f7a
2 changed files with 2 additions and 0 deletions

View File

@ -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 \

View File

@ -17,6 +17,7 @@ FILES= 100.chksetuid \
.if ${MK_IPFILTER} != "no"
FILES+= 510.ipfdenied
FILES+= 610.ipf6denied
.endif
.if ${MK_IPFW} != "no"