diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-19 22:05:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-19 22:05:32 +0000 |
commit | 3df5935fa2a39fdb17304bcffb7ff6f0d7f7a005 (patch) | |
tree | 479a7e3fc18904ff11fee003ef760a2cbb47a7ea /etc | |
parent | 2e989b1f0af11bd65377a14e172c1dfb4d210b01 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; |