From alex@vivien.franken.de Tue Feb 23 09:26:28 1999
Return-Path: <alex@vivien.franken.de>
Received: from vivien.franken.de (vivien.franken.de [194.94.249.90])
	by hub.freebsd.org (Postfix) with ESMTP id E1C6A11554
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Feb 1999 09:26:22 -0800 (PST)
	(envelope-from alex@vivien.franken.de)
Received: (from alex@localhost)
	by vivien.franken.de (8.8.8/8.8.5) id SAA09764;
	Tue, 23 Feb 1999 18:26:46 +0100 (CET)
Message-Id: <199902231726.SAA09764@vivien.franken.de>
Date: Tue, 23 Feb 1999 18:26:46 +0100 (CET)
From: alex@vivien.franken.de
Reply-To: alex@vivien.franken.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: wrong sendmail path in rdist6-port
X-Send-Pr-Version: 3.2

>Number:         10227
>Category:       ports
>Synopsis:       wrong sendmail path in rdist6-port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    peter
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 23 09:30:01 PST 1999
>Closed-Date:    Thu Dec 23 15:31:23 PST 1999
>Last-Modified:  Thu Dec 23 15:32:19 PST 1999
>Originator:     Alex Goller
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
none 
>Environment:

More or less standard 2.2.8 System.

>Description:

rdist6 uses a notify function to inform users of rdist jobs run. 
The sendmail command is configured to be in /usr/lib/sendmail, the path
is compiled into the code.
>How-To-Repeat:

Build the port and try the notify option of rdist6

>Fix:
	
Define _PATH_SENDMAIL	"/usr/sbin/sendmail"

in config/os-freebsd2.h
#ifndef _PATH_SENDMAIL
#define _PATH_SENDMAIL          "/usr/lib/sendmail"
#endif

Didn't test, but should work imho.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->peter 
Responsible-Changed-By: dirk 
Responsible-Changed-When: Mon Mar 29 11:33:03 PST 1999 
Responsible-Changed-Why:  
Over to port's maintainer. 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Thu Dec 23 15:31:23 PST 1999 
State-Changed-Why:  
This port now uses the definition of _PATH_SENDMAIL from /usr/include/paths.h. 
>Unformatted:
