summaryrefslogtreecommitdiff
path: root/news/xrn/patches/patch-aa
blob: d813364833bb1ad215588f8a8a2dfc4fa58ac9e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-aa,v 1.1 1998/08/29 21:54:50 frueauf Exp $

--- config.h-orig	Mon Mar 23 04:21:34 1998
+++ config.h	Sat Aug 29 23:02:04 1998
@@ -34,6 +34,8 @@
  * config.h: configurable defaults
  */
 
+#define CONFIG_H_IS_OK
+
 #ifdef OV_CAMBRIDGE
 #define CONFIG_H_IS_OK
 #endif
@@ -442,7 +444,7 @@
 #endif /* ! PRINTCOMMAND */
 
 #ifndef SENDMAIL
-#define SENDMAIL       "/usr/lib/sendmail -oi -t"
+#define SENDMAIL       "/usr/sbin/sendmail -oi -t"
 #endif
 /* The command to use to verify that an E-mail address is valid.  it
    should exit with status 0 if the address is valid.  It shouldn't
@@ -451,7 +453,7 @@
    If you don't want XRN to ever attempt to verify sender addresses in
    postings and messages, don't define this. */
 #ifndef SENDMAIL_VERIFY
-#define SENDMAIL_VERIFY "/usr/lib/sendmail -bv >/dev/null"
+#define SENDMAIL_VERIFY "/usr/sbin/sendmail -bv >/dev/null"
 #endif
 
 #define SAVEMODE       "normal,headers,onedir"