mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
pkgbase: Move rc.sendmail to libexec/rc
Reviewed by: bapt
This commit is contained in:
parent
f4022639ae
commit
424383210b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348100
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user