Date: Wed, 23 Sep 1998 05:10:01 -0700 (PDT) From: Drew Derbyshire <ahd@kew.com> To: freebsd-bugs@FreeBSD.ORG Subject: Re: conf/8031: /etc/rc looks for /etc/sendmail.cf at startup Message-ID: <199809231210.FAA18954@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/8031; it has been noted by GNATS.
From: Drew Derbyshire <ahd@kew.com>
To: freebsd-gnats-submit@freebsd.org
Cc: Subject: Re: conf/8031: /etc/rc looks for /etc/sendmail.cf at startup
Date: Wed, 23 Sep 1998 08:00:43 -0400 (EDT)
Whooops, got the diff backwards.
*** /etc/rc.old Tue Sep 22 20:18:32 1998
--- /etc/rc Tue Sep 22 20:18:46 1998
***************
*** 250,256 ****
echo -n ' printer'; lpd ${lpd_flags}
fi
! if [ "X${sendmail_enable}" = X"YES" -a -r /etc/sendmail.cf ]; then
echo -n ' sendmail'; /usr/sbin/sendmail ${sendmail_flags}
fi
--- 250,256 ----
echo -n ' printer'; lpd ${lpd_flags}
fi
! if [ "X${sendmail_enable}" = X"YES" ]; then
echo -n ' sendmail'; /usr/sbin/sendmail ${sendmail_flags}
fi
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809231210.FAA18954>
