pkgbase: Move rc.bsdextended to libexec/rc

Reviewed by:	bapt
This commit is contained in:
Emmanuel Vadot 2019-05-22 07:21:39 +00:00
parent f0f0053abc
commit f4022639ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348099
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -4,7 +4,7 @@
CONFGROUPS= CONFETC CONFETCEXEC CONFETCDEFAULTS
CONFETCDIR= /etc
CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown
CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown rc.bsdextended
.if ${MK_IPFW} != "no"
CONFETC+= rc.firewall
.endif