summaryrefslogtreecommitdiff
path: root/news/slrn
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-02-09 01:06:47 +0000
committerhubertf <hubertf@pkgsrc.org>1999-02-09 01:06:47 +0000
commit06881034f803c906c62f5bea85db4dfe029d5bd9 (patch)
tree614e25957f7ffe3abdc6e4bf59261060bcda78d6 /news/slrn
parentfb961089f177639006db9a937fac694fd0c827ce (diff)
downloadpkgsrc-06881034f803c906c62f5bea85db4dfe029d5bd9.tar.gz
sendmail is in /usr/sbin, not /usr/lib.
Reported by <torppa@staff.megabaud.fi> in PR 6966.
Diffstat (limited to 'news/slrn')
-rw-r--r--news/slrn/patches/patch-ac14
1 files changed, 12 insertions, 2 deletions
diff --git a/news/slrn/patches/patch-ac b/news/slrn/patches/patch-ac
index 1b92807fa48..d4e515c656e 100644
--- a/news/slrn/patches/patch-ac
+++ b/news/slrn/patches/patch-ac
@@ -1,6 +1,7 @@
-$NetBSD: patch-ac,v 1.1.1.1 1998/10/31 21:09:13 hwr Exp $
+$NetBSD: patch-ac,v 1.2 1999/02/09 01:06:47 hubertf Exp $
+
--- src/slrnfeat.h.orig Tue Sep 8 14:59:21 1998
-+++ src/slrnfeat.h Sat Oct 31 17:39:02 1998
++++ src/slrnfeat.h Tue Feb 9 02:03:45 1999
@@ -7,10 +7,10 @@
* NOTE: if you intend to use slrnpull, make sure you enable SPOOL_SUPPORT
* in addition to PULL_SUPPORT.
@@ -24,3 +25,12 @@ $NetBSD: patch-ac,v 1.1.1.1 1998/10/31 21:09:13 hwr Exp $
/* If you want mapping ISO Latin <--> native character set, set this to 1.
* Supported character sets: isolatin, ibm850, and next
+@@ -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