summaryrefslogtreecommitdiff
path: root/news/slrn/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'news/slrn/patches/patch-ac')
-rw-r--r--news/slrn/patches/patch-ac17
1 files changed, 10 insertions, 7 deletions
diff --git a/news/slrn/patches/patch-ac b/news/slrn/patches/patch-ac
index d4e515c656e..db1298b6c84 100644
--- a/news/slrn/patches/patch-ac
+++ b/news/slrn/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.2 1999/02/09 01:06:47 hubertf Exp $
+$NetBSD: patch-ac,v 1.3 1999/05/18 22:01:36 mjl Exp $
---- src/slrnfeat.h.orig Tue Sep 8 14:59:21 1998
-+++ src/slrnfeat.h Tue Feb 9 02:03:45 1999
-@@ -7,10 +7,10 @@
+--- src/slrnfeat.h.orig Tue May 18 23:45:48 1999
++++ src/slrnfeat.h Tue May 18 23:48:42 1999
+@@ -14,10 +14,10 @@
* NOTE: if you intend to use slrnpull, make sure you enable SPOOL_SUPPORT
* in addition to PULL_SUPPORT.
*/
@@ -16,7 +16,7 @@ $NetBSD: patch-ac,v 1.2 1999/02/09 01:06:47 hubertf Exp $
/* Set this to 1 to force the user to use INEWS for posting. This also means
* that slrn will use the hardcoded inews program pathname.
*/
-@@ -48,7 +48,7 @@
+@@ -54,7 +54,7 @@
#define SLRN_HAS_SLANG 1
/* Set this to 0 if you do not want slrn to generate message-id header. */
@@ -25,12 +25,15 @@ $NetBSD: patch-ac,v 1.2 1999/02/09 01:06:47 hubertf 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 @@
+@@ -203,9 +203,9 @@
# 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"
+-# define SLRN_LIB_DIR "/usr/local/lib/slrn"
++# define SLRN_LIB_DIR "/usr/pkg/lib/slrn"
# endif
+ # endif /* unix */
+ # endif /* os2 */