pkgbase: Move rc.sendmail to libexec/rc

Reviewed by:	bapt
This commit is contained in:
manu 2019-05-22 07:22:08 +00:00
parent b01fc6ae4c
commit 5b97bfe96b
2 changed files with 3 additions and 4 deletions

View File

@ -20,10 +20,6 @@ BIN1= \
# NB: keep these sorted by MK_* knobs
.if ${MK_SENDMAIL} != "no"
BIN1+= rc.sendmail
.endif
.if ${MK_SENDMAIL} == "no"
ETCMAIL=mailer.conf aliases
.else

View File

@ -8,6 +8,9 @@ CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown rc.bsdextended
.if ${MK_IPFW} != "no"
CONFETC+= rc.firewall
.endif
.if ${MK_SENDMAIL} != "no"
CONFETC+= rc.sendmail
.endif
CONFETCMODE= 644
CONFETCEXEC= netstart pccard_ether rc.resume rc.suspend
CONFETCEXECDIR= /etc