Date: Fri, 27 Jun 1997 11:31:48 -0500 (CDT) From: John Prince <johnp@lodgenet.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: conf/3973: sendmail should contain the full path (rc startup) Message-ID: <199706271631.LAA02436@milo.lodgenet.com> Resent-Message-ID: <199706271640.JAA01146@hub.freebsd.org>
index | next in thread | raw e-mail
>Number: 3973
>Category: conf
>Synopsis: sendmail should contain the full path (rc startup)
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 27 09:40:02 PDT 1997
>Last-Modified:
>Originator: John Prince
>Organization:
LodgeNet Entertainment
>Release: FreeBSD 2.2.2-RELEASE i386
>Environment:
>Description:
Sendmail should be started with the full path in the rc startup ie..
/usr/sbin/sendmail ${sendmail_flags}
>How-To-Repeat:
>Fix:
*** /usr/src/etc/rc Fri Jun 27 11:23:39 1997
--- /etc/rc Mon May 5 02:09:04 1997
***************
*** 225,231 ****
fi
if [ "X${sendmail_enable}" = X"YES" -a -r /etc/sendmail.cf ]; then
! echo -n ' sendmail'; sendmail ${sendmail_flags}
fi
echo '.'
--- 225,231 ----
fi
if [ "X${sendmail_enable}" = X"YES" -a -r /etc/sendmail.cf ]; then
! echo -n ' sendmail'; /usr/sbin/sendmail ${sendmail_flags}
fi
echo '.'
>Audit-Trail:
>Unformatted:
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706271631.LAA02436>
