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:
Doug Barton 2011-03-27 03:06:58 +00:00
parent baaa9dad0c
commit f09b508c66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220049
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"