pkgsrc/news/xrn/patches/patch-aa

31 lines
944 B
Text

$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"