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)
This commit is contained in:
David E. O'Brien 1999-12-19 22:05:32 +00:00
parent 60a3c2983d
commit ad7e21c510

2
etc/rc
View File

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