From zach@gaffaneys.com  Sat Nov 28 09:27:41 1998
Received: from k6n1.znh.org (dialup9.gaffaneys.com [208.155.161.59])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29287
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Nov 1998 09:27:39 -0800 (PST)
          (envelope-from zach@gaffaneys.com)
Received: (from zach@localhost)
	by k6n1.znh.org (8.9.1/8.9.1) id RAA08599;
	Sat, 28 Nov 1998 17:27:31 GMT
	(envelope-from zach)
Message-Id: <199811281727.RAA08599@k6n1.znh.org>
Date: Sat, 28 Nov 1998 17:27:31 GMT
From: Zach Heilig <zach@gaffaneys.com>
Reply-To: zach@gaffaneys.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] slrn is broken
X-Send-Pr-Version: 3.2

>Number:         8878
>Category:       ports
>Synopsis:       [patch] slrn is broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 28 09:30:01 PST 1998
>Closed-Date:    Sun Dec 6 13:41:55 PST 1998
>Last-Modified:  Sun Dec  6 13:42:31 PST 1998
>Originator:     Zach Heilig
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:

>Description:

Slrn assumes that sendmail is in /usr/lib/sendmail (and never bothers to
verify that).

>How-To-Repeat:

>Fix:

Add this to the 'patches' directory in news/slrn

--- src/slrnfeat.h.orig	Tue Sep  8 07:59:21 1998
+++ src/slrnfeat.h	Sat Nov 28 11:15:26 1998
@@ -196,7 +196,7 @@
 #   define SLRN_ARTICLE_FILENAME	".article"
 #   define SLRN_FOLLOWUP_FILENAME	".followup"
 #   define SLRN_SIGNATURE_FILE		".signature"
-#   define SLRN_SENDMAIL_COMMAND	"/usr/lib/sendmail -oi -t -oem -odb"
+#   define SLRN_SENDMAIL_COMMAND	"/usr/sbin/sendmail -oi -t -oem -odb"
 #   ifndef SLRN_LIB_DIR
 #    define SLRN_LIB_DIR		"/usr/local/lib/slrn"
 #   endif
>Release-Note:
>Audit-Trail:

From: xaa@xaa.iae.nl
To: freebsd-gnats-submit@freebsd.org, zach@gaffaneys.com
Cc:  Subject: Re:ports/8878:[patch] slrn is broken
Date: Sun,  6 Dec 1998 21:07:47 +0100 (CET)

 >                                       
 >   [patch] slrn is broken
 >   
 >Slrn assumes that sendmail is in /usr/lib/sendmail (and never bothers to
 >verify that).
 >
 >   Fix
 >          
 >Add this to the 'patches' directory in news/slrn
 >
 >--- src/slrnfeat.h.orig Tue Sep  8 07:59:21 1998
 >+++ src/slrnfeat.h      Sat Nov 28 11:15:26 1998
 >@@ -196,7 +196,7 @@
 > #   define SLRN_ARTICLE_FILENAME       ".article"
 > #   define SLRN_FOLLOWUP_FILENAME      ".followup"
 > #   define SLRN_SIGNATURE_FILE         ".signature"
 >-#   define SLRN_SENDMAIL_COMMAND       "/usr/lib/sendmail -oi -t -oem -odb"
 >+#   define SLRN_SENDMAIL_COMMAND       "/usr/sbin/sendmail -oi -t -oem -odb"
 > #   ifndef SLRN_LIB_DIR
 > #    define SLRN_LIB_DIR               "/usr/local/lib/slrn"
 > #   endif
 
 I combined this patch with an upgrade to slrn.0.9.5.4.
 
 So if someone could take my port from http://www.xaa.iae.nl/~xaa/slrn.tar.gz
 and commit it, then this PR can be closed.
 
 Mark Huizer
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Sun Dec 6 13:41:55 PST 1998 
State-Changed-Why:  
Updated in rev1.12, thanks! 
>Unformatted:
