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:
Gregory Neil Shapiro 2001-03-13 20:58:39 +00:00
parent 9a1ec7ebfd
commit 90c55192d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74218

View File

@ -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}; \