summaryrefslogtreecommitdiff
path: root/mail/metamail/patches/patch-ae
blob: 9805716c462bee394413eecf359344e40b482b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ae,v 1.2 1998/08/07 11:09:41 agc Exp $

*** 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() {