From johnp@milo.lodgenet.com  Fri Jun 27 09:32:26 1997
Received: from garbo.lodgenet.com (garbo.lodgenet.com [204.124.122.252])
          by hub.freebsd.org (8.8.5/8.8.5) with SMTP id JAA00616
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Jun 1997 09:32:21 -0700 (PDT)
Received: from milo.lodgenet.com (milo.lodgenet.com [10.0.11.51]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id LAA11013 for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Jun 1997 11:31:42 -0500
Received: (from johnp@localhost)
	by milo.lodgenet.com (8.8.5/8.8.5) id LAA02436;
	Fri, 27 Jun 1997 11:31:48 -0500 (CDT)
Message-Id: <199706271631.LAA02436@milo.lodgenet.com>
Date: Fri, 27 Jun 1997 11:31:48 -0500 (CDT)
From: John Prince <johnp@lodgenet.com>
Reply-To: johnp@lodgenet.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: sendmail should contain the full path (rc startup)
X-Send-Pr-Version: 3.2

>Number:         3973
>Category:       conf
>Synopsis:       sendmail should contain the full path (rc startup)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 27 09:40:02 PDT 1997
>Closed-Date:    Fri Jun 27 20:41:08 MEST 1997
>Last-Modified:  Fri Jun 27 11:50:05 PDT 1997
>Originator:     John Prince
>Release:        FreeBSD 2.2.2-RELEASE i386
>Organization:
LodgeNet Entertainment
>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 '.'
	
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Fri Jun 27 20:41:08 MEST 1997 
State-Changed-Why:  
Already fixed in -current and -stable. 

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. ;-)
>Unformatted:
