From 411934ee1a76513702db18495249f2c1ea9a60fc Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 9 Feb 1999 01:06:47 +0000 Subject: sendmail is in /usr/sbin, not /usr/lib. Reported by in PR 6966. --- news/slrn/patches/patch-ac | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'news/slrn') 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 -- cgit v1.2.3