pkgbase: Move rc.firewall to libexec/rc
Put it with all the other rc files Reviewed by: bapt
This commit is contained in:
parent
4f1dfaba98
commit
f0f0053abc
@ -17,7 +17,6 @@ SUBDIR+=sendmail
|
||||
BIN1= \
|
||||
login.access \
|
||||
rc.bsdextended \
|
||||
rc.firewall \
|
||||
termcap.small
|
||||
|
||||
# NB: keep these sorted by MK_* knobs
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user