1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/news/slrn/files/patch-aa
Bill Fumerola 4e39658010 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>
1998-12-06 21:40:52 +00:00

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