Date: Fri, 27 Jun 1997 11:50:05 -0700 (PDT) From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-bugs Subject: Re: conf/3973: sendmail should contain the full path (rc startup) Message-ID: <199706271850.LAA07452@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/3973; it has been noted by GNATS.
From: j@uriah.heep.sax.de (J Wunsch)
To: johnp@lodgenet.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: conf/3973: sendmail should contain the full path (rc startup)
Date: Fri, 27 Jun 1997 20:40:03 +0200
As John Prince wrote:
> >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}
Already fixed in 2.2-stable:
j@uriah 246% cvs update -rRELENG_2_2 -p /usr/src/etc/rc | fgrep sendmail
===================================================================
Checking out /usr/src/etc/rc
RCS: /home/cvs/src/etc/rc,v
VERS: 1.104.2.20
***************
if [ "X${sendmail_enable}" = X"YES" -a -r /etc/sendmail.cf ]; then
echo -n ' sendmail'; /usr/sbin/sendmail ${sendmail_flags}
sendmail -t < $i
--
cheers, J"org
joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706271850.LAA07452>
