summaryrefslogtreecommitdiff
path: root/mail/metamail/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'mail/metamail/patches/patch-ae')
-rw-r--r--mail/metamail/patches/patch-ae21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/metamail/patches/patch-ae b/mail/metamail/patches/patch-ae
new file mode 100644
index 00000000000..26338280343
--- /dev/null
+++ b/mail/metamail/patches/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() {