diff options
author | billf <billf@FreeBSD.org> | 1998-12-06 21:40:52 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-06 21:40:52 +0000 |
commit | 322a885f75f9793df11fe278a4f5ee0ecc449bba (patch) | |
tree | 8ff597ca665a0eba003a0bc631a358f0901a9eeb /news/slrn/files | |
parent | 4d1b1870314198bd8fbeb5f41ce43932e0478680 (diff) | |
download | FreeBSD-ports-322a885f75f9793df11fe278a4f5ee0ecc449bba.zip FreeBSD-ports-322a885f75f9793df11fe278a4f5ee0ecc449bba.tar.gz |
Upgrade to 0.9.5.4, and use the correct sendmail.
PR: ports/8878
Submitted by: Zach Heilig <zach@gaffaneys.com>
Mark Huizer <xaa@xaa.iae.nl>
Diffstat (limited to 'news/slrn/files')
-rw-r--r-- | news/slrn/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/slrn/files/patch-aa b/news/slrn/files/patch-aa new file mode 100644 index 0000000..fcc72de --- /dev/null +++ b/news/slrn/files/patch-aa @@ -0,0 +1,11 @@ +--- 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 |