summaryrefslogtreecommitdiff
path: root/mail/metamail/patches/patch-aq
blob: e3307c6fe70b23dd731fae901bfe0634527bda7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
$NetBSD: patch-aq,v 1.1 2004/03/29 02:17:24 snj Exp $

--- bin/mailserver.orig	2004-03-28 18:11:22.000000000 -0800
+++ bin/mailserver	2004-03-28 18:11:34.000000000 -0800
@@ -68,7 +68,7 @@ reproduced below.  If no message appears
 probably run in some circumstance other than mail delivery.
 --------------------
 !
-	cat $TmpFile - | /usr/lib/sendmail $MAINTAINER
+	cat $TmpFile - | /usr/sbin/sendmail $MAINTAINER
 	# Takes the rest of the message from standard input
 	rm $TmpFile
 	exit 0
@@ -86,7 +86,7 @@ that contain ".." in the path name.
 
 The file you requested, if it exists, will not be sent to you.
 !
-	/usr/lib/sendmail -t < $TmpFile
+	/usr/sbin/sendmail -t < $TmpFile
 	rm $TmpFile
 	exit 0
 endif
@@ -107,7 +107,7 @@ Here is a list of the currently availabl
 --------------------------------
 !
 	ls -R >> $TmpFile
-	/usr/lib/sendmail -t < $TmpFile
+	/usr/sbin/sendmail -t < $TmpFile
 	rm $TmpFile
 	exit 0
 endif
@@ -135,13 +135,13 @@ Command failed: 
   metasend -b -t "$FromName" -f "$Subject" -m "$ct" -s "Re: $Subject"
 
 !
-	/usr/lib/sendmail -t < $TmpFile
+	/usr/sbin/sendmail -t < $TmpFile
 	rm $TmpFile
 	exit 0
 endif
 
 if ("$LOGADDR" != "") then
-	/usr/lib/sendmail -t <<!
+	/usr/sbin/sendmail -t <<!
 From: ${LOCALADDR}@`hostname`
 To: $LOGADDR
 Subject: Autosend delivery report