aboutsummaryrefslogtreecommitdiffstats
path: root/mail/metamail
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1995-06-18 19:55:43 +0800
committertorstenb <torstenb@FreeBSD.org>1995-06-18 19:55:43 +0800
commita62313022b9a5fffc71528fa1067e615482c2c4e (patch)
tree89a1bc3b9d770f2d2bd52a441139aa592ac77754 /mail/metamail
parent2dbeb296022abd81d52d537d4595a72de9eb387b (diff)
downloadfreebsd-ports-gnome-a62313022b9a5fffc71528fa1067e615482c2c4e.tar.gz
freebsd-ports-gnome-a62313022b9a5fffc71528fa1067e615482c2c4e.tar.zst
freebsd-ports-gnome-a62313022b9a5fffc71528fa1067e615482c2c4e.zip
change usr/lib/sendmail to /usr/sbin/sendmail
Diffstat (limited to 'mail/metamail')
-rw-r--r--mail/metamail/files/patch-ae21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/metamail/files/patch-ae b/mail/metamail/files/patch-ae
new file mode 100644
index 000000000000..263382803431
--- /dev/null
+++ b/mail/metamail/files/patch-ae
@@ -0,0 +1,21 @@
+*** metamail/splitmail.c.orig Sun Jun 18 13:13:56 1995
+--- metamail/splitmail.c Sun Jun 18 13:14:48 1995
+***************
+*** 41,48 ****
+ #define VERBOSEDELIVERYCMD VerboseDeliveryCmd
+ #else
+ extern char *getenv();
+! #define NORMALDELIVERYCMD "/usr/lib/sendmail -t -oi"
+! #define VERBOSEDELIVERYCMD "/usr/lib/sendmail -t -v -oi"
+ #endif
+
+ usageexit() {
+--- 41,48 ----
+ #define VERBOSEDELIVERYCMD VerboseDeliveryCmd
+ #else
+ extern char *getenv();
+! #define NORMALDELIVERYCMD "/usr/sbin/sendmail -t -oi"
+! #define VERBOSEDELIVERYCMD "/usr/sbin/sendmail -t -v -oi"
+ #endif
+
+ usageexit() {