blob: c2db591856268743366947c41cd4dbac12796823 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/slrnfeat.h.orig Sun Mar 11 21:55:57 2001
+++ src/slrnfeat.h Thu Mar 29 11:11:55 2001
@@ -150,7 +150,7 @@
# define SLRN_FOLLOWUP_FILENAME ".followup"
# define SLRN_SIGNATURE_FILE ".signature"
# ifndef SLRN_SENDMAIL_COMMAND
-# define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb"
+# define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb"
# endif
# ifndef SLRN_LIB_DIR
# define SLRN_LIB_DIR "/usr/local/lib/slrn"
|