Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 1999 18:26:46 +0100 (CET)
From:      alex@vivien.franken.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10227: wrong sendmail path in rdist6-port
Message-ID:  <199902231726.SAA09764@vivien.franken.de>

next in thread | raw e-mail | index | archive | help

>Number:         10227
>Category:       ports
>Synopsis:       wrong sendmail path in rdist6-port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 23 09:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902231726.SAA09764>