summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-19 22:05:32 +0000
committerobrien <obrien@FreeBSD.org>1999-12-19 22:05:32 +0000
commit3df5935fa2a39fdb17304bcffb7ff6f0d7f7a005 (patch)
tree479a7e3fc18904ff11fee003ef760a2cbb47a7ea /etc/rc
parent2e989b1f0af11bd65377a14e172c1dfb4d210b01 (diff)
downloadFreeBSD-src-3df5935fa2a39fdb17304bcffb7ff6f0d7f7a005.zip
FreeBSD-src-3df5935fa2a39fdb17304bcffb7ff6f0d7f7a005.tar.gz
Install sendmail.cf into /etc/mail.
The current offical Sendmail Inc. version uses /var/mail/ and when we upgrade our repository to that version, we will get the change. It is best to make the path change in 4.0-R (which may not have the latest Sendmail Inc. version, than to change in mid-4.x stream when we may upgrade. Ok'ed by: Peter (quite a while ago)
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index b7ddc8f..665a92b 100644
--- a/etc/rc
+++ b/etc/rc
@@ -415,7 +415,7 @@ esac
case ${sendmail_enable} in
[Yy][Ee][Ss])
- if [ -r /etc/sendmail.cf ]; then
+ if [ -r /etc/mail/sendmail.cf ]; then
echo -n ' sendmail'; /usr/sbin/sendmail ${sendmail_flags}
fi
;;
OpenPOWER on IntegriCloud