summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2005-08-30 03:41:59 +0000
committergshapiro <gshapiro@FreeBSD.org>2005-08-30 03:41:59 +0000
commite5e2fe755b908fab9e311ee3a64985fce8f0c82a (patch)
treec89c21a917c13ae3e42f3f6a19ec577b0e9de685 /etc
parentb96a97ffc377d40044fc72c7f4147b6dbd1ffea0 (diff)
downloadFreeBSD-src-e5e2fe755b908fab9e311ee3a64985fce8f0c82a.zip
FreeBSD-src-e5e2fe755b908fab9e311ee3a64985fce8f0c82a.tar.gz
Be sure to execute sendmail_precmd() to check sendmail.cf conflicts and
rebuild the aliases file if necessary. PR: conf/72910 Submitted by: matteo@ MFC after: 3 days
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/sendmail1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/sendmail b/etc/rc.d/sendmail
index 3164857..33b11dd 100755
--- a/etc/rc.d/sendmail
+++ b/etc/rc.d/sendmail
@@ -17,6 +17,7 @@
name="sendmail"
rcvar=`set_rcvar`
required_files="/etc/mail/${name}.cf"
+start_precmd="sendmail_precmd"
load_rc_config $name
command=${sendmail_program:-/usr/sbin/sendmail}
OpenPOWER on IntegriCloud