now that sendmail supports SIGHUP, call sendmail with full path.

This commit is contained in:
mrg 1996-03-22 00:44:59 +00:00
parent ac302c84e6
commit 014cccd163
1 changed files with 2 additions and 2 deletions

4
etc/rc
View File

@ -1,4 +1,4 @@
# $NetBSD: rc,v 1.55 1995/12/30 01:30:05 thorpej Exp $
# $NetBSD: rc,v 1.56 1996/03/22 00:44:59 mrg Exp $
# from: @(#)rc 8.2 (Berkeley) 3/17/94
# System startup script run by init on autoboot
@ -214,7 +214,7 @@ echo -n ' printer'; lpd
# If $sendmail_flags == NO or /etc/sendmail.cf doesn't exist, then
# sendmail isn't run.
if [ "X${sendmail_flags}" != X"NO" -a -r /etc/sendmail.cf ]; then
echo -n ' sendmail'; sendmail ${sendmail_flags}
echo -n ' sendmail'; /usr/sbin/sendmail ${sendmail_flags}
fi
echo -n ' inetd'; inetd