From owner-freebsd-bugs Fri Jun 27 09:40:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA01153 for bugs-outgoing; Fri, 27 Jun 1997 09:40:12 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA01146; Fri, 27 Jun 1997 09:40:10 -0700 (PDT) Resent-Date: Fri, 27 Jun 1997 09:40:10 -0700 (PDT) Resent-Message-Id: <199706271640.JAA01146@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, johnp@lodgenet.com 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 ; 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 ; 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 Reply-To: johnp@lodgenet.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/3973: sendmail should contain the full path (rc startup) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >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: