summaryrefslogtreecommitdiffstats
path: root/etc/mail
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2001-03-13 20:58:39 +0000
committergshapiro <gshapiro@FreeBSD.org>2001-03-13 20:58:39 +0000
commit97b1e410af25a2ed6ddc6757b299d2dece41303d (patch)
tree96c1e8721c88f046c65f51a48da1766ce8720df5 /etc/mail
parent9c788987ab59a0c164c06cfdc1cf40d4aac1499a (diff)
downloadFreeBSD-src-97b1e410af25a2ed6ddc6757b299d2dece41303d.zip
FreeBSD-src-97b1e410af25a2ed6ddc6757b299d2dece41303d.tar.gz
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>
Diffstat (limited to 'etc/mail')
-rw-r--r--etc/mail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile
index d162d2d..2ddd2f1 100644
--- a/etc/mail/Makefile
+++ b/etc/mail/Makefile
@@ -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}; \
OpenPOWER on IntegriCloud