pkgbase: Move rc.firewall to libexec/rc

Put it with all the other rc files

Reviewed by:	bapt
This commit is contained in:
Emmanuel Vadot 2019-05-22 07:21:05 +00:00
parent 4f1dfaba98
commit f0f0053abc
2 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,6 @@ SUBDIR+=sendmail
BIN1= \
login.access \
rc.bsdextended \
rc.firewall \
termcap.small
# NB: keep these sorted by MK_* knobs

View File

@ -1,8 +1,13 @@
# $FreeBSD$
.include <src.opts.mk>
CONFGROUPS= CONFETC CONFETCEXEC CONFETCDEFAULTS
CONFETCDIR= /etc
CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown
.if ${MK_IPFW} != "no"
CONFETC+= rc.firewall
.endif
CONFETCMODE= 644
CONFETCEXEC= netstart pccard_ether rc.resume rc.suspend
CONFETCEXECDIR= /etc