Read information from local rc.conf file(s) to get proper settings for
'make start'. PR: conf/25639 Submitted by: Esa Karkkainen <ejk@pp.htv.fi>
This commit is contained in:
parent
9c788987ab
commit
97b1e410af
@ -139,7 +139,7 @@ install: ${INSTALL_CF}
|
||||
${INSTALL} -c -m ${SHAREMODE} ${INSTALL_CF} /etc/mail/sendmail.cf
|
||||
|
||||
start:
|
||||
(. /etc/defaults/rc.conf; \
|
||||
(. /etc/defaults/rc.conf; source_rc_confs; \
|
||||
if [ "$${sendmail_enable}" = "YES" -a -r /etc/mail/sendmail.cf ];\
|
||||
then \
|
||||
${SENDMAIL} $${sendmail_flags}; \
|
||||
|
Loading…
Reference in New Issue
Block a user