openbsd-ports/news/slrn/patches/patch-sendmail_path
2000-02-12 00:40:43 +00:00

12 lines
479 B
Plaintext

--- src/slrnfeat.h.orig Thu Dec 23 12:24:37 1999
+++ src/slrnfeat.h Fri Feb 11 18:10:49 2000
@@ -214,7 +214,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