mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
091a0ef01f
Corrected MASTER_SITES, PATCH_SITES
12 lines
479 B
Plaintext
12 lines
479 B
Plaintext
--- src/slrnfeat.h.orig Sun Dec 6 20:50:26 1998
|
|
+++ src/slrnfeat.h Sun Dec 6 20:50:38 1998
|
|
@@ -193,7 +193,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
|