add note about why we use /usr/sbin/sendmail.

This commit is contained in:
mrg 1996-03-22 03:20:53 +00:00
parent 780657a591
commit 59b7f344f3

5
etc/rc
View File

@ -1,4 +1,4 @@
# $NetBSD: rc,v 1.56 1996/03/22 00:44:59 mrg Exp $
# $NetBSD: rc,v 1.57 1996/03/22 03:20:53 mrg Exp $
# from: @(#)rc 8.2 (Berkeley) 3/17/94
# System startup script run by init on autoboot
@ -212,7 +212,8 @@ echo -n ' printer'; lpd
# $sendmail_flags is imported from /etc/netstart;
# If $sendmail_flags == NO or /etc/sendmail.cf doesn't exist, then
# sendmail isn't run.
# sendmail isn't run. We call sendmail with a full path so that
# SIGHUP works.
if [ "X${sendmail_flags}" != X"NO" -a -r /etc/sendmail.cf ]; then
echo -n ' sendmail'; /usr/sbin/sendmail ${sendmail_flags}
fi