diff options
author | snj <snj@pkgsrc.org> | 2004-03-29 02:17:24 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-29 02:17:24 +0000 |
commit | 1eae14e2635e42280aa4378e65bd55fb257dcf88 (patch) | |
tree | 8dad71869b3164ca1e364f53656c03eb12ccb9bc /mail/metamail/patches | |
parent | 91032e6d5f51ec70b6ffec51b7fd1d3bf5725266 (diff) | |
download | pkgsrc-1eae14e2635e42280aa4378e65bd55fb257dcf88.tar.gz |
Call /usr/sbin/sendmail instead of /usr/lib/sendmail. It's wrong to
assume that we want /usr/sbin/sendmail, but we don't currently have a
good solution to that problem, and this is consistent with an existing
change that was made to this package.
Closes PR pkg/24678.
Diffstat (limited to 'mail/metamail/patches')
-rw-r--r-- | mail/metamail/patches/patch-ac | 13 | ||||
-rw-r--r-- | mail/metamail/patches/patch-ah | 13 | ||||
-rw-r--r-- | mail/metamail/patches/patch-ap | 13 | ||||
-rw-r--r-- | mail/metamail/patches/patch-aq | 47 |
4 files changed, 84 insertions, 2 deletions
diff --git a/mail/metamail/patches/patch-ac b/mail/metamail/patches/patch-ac new file mode 100644 index 00000000000..87c3eac41d1 --- /dev/null +++ b/mail/metamail/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.4 2004/03/29 02:17:24 snj Exp $ + +--- bin/audiosend.orig 2004-03-28 18:04:21.000000000 -0800 ++++ bin/audiosend 2004-03-28 18:04:30.000000000 -0800 +@@ -86,7 +86,7 @@ set which = $< + switch ("$which") + case 1: + echo -n "Sending mail, please wait... " +- /usr/lib/sendmail $to $cc < $fname ++ /usr/sbin/sendmail $to $cc < $fname + if (! $status) then + echo "Done." + rm $fname diff --git a/mail/metamail/patches/patch-ah b/mail/metamail/patches/patch-ah index 62e252446a3..67ac73f7e3c 100644 --- a/mail/metamail/patches/patch-ah +++ b/mail/metamail/patches/patch-ah @@ -1,7 +1,7 @@ -$NetBSD: patch-ah,v 1.2 2004/02/25 03:58:43 snj Exp $ +$NetBSD: patch-ah,v 1.3 2004/03/29 02:17:24 snj Exp $ --- man/mailto.1.orig 1994-02-09 12:29:12.000000000 -0800 -+++ man/mailto.1 2004-02-24 10:18:53.000000000 -0800 ++++ man/mailto.1 2004-03-28 18:08:59.000000000 -0800 @@ -1,6 +1,6 @@ .TH MAILTO 1 "Release 1" "Bellcore Prototype" .SH NAME @@ -19,6 +19,15 @@ $NetBSD: patch-ah,v 1.2 2004/02/25 03:58:43 snj Exp $ 2. Non-text data. Metamail can include pictures, sounds, and other non-textual data in the middle of any mail message. The mailcap configuration mechanism can even make this process reasonably user-friendly, but a knowledgable user can include non-textual data even in the absence of a proper mailcap entry. +@@ -230,7 +230,7 @@ The .mailrc file in your home directory + dot -- controls whether or not a period alone on a line + should be interpreted as terminating your mail + ignore -- controls whether or not interrupts are ignored +- verbose -- controls the verbosity of output from /usr/lib/sendmail ++ verbose -- controls the verbosity of output from /usr/sbin/sendmail + quiet -- controls the verbosity of output from the mailto program. + keepblind -- controls whether or not a 'blind' copy of the mail is kept. + commasonly -- controls whether or not a space character @@ -275,7 +275,7 @@ The mailto program reads both the aliase .I diff --git a/mail/metamail/patches/patch-ap b/mail/metamail/patches/patch-ap new file mode 100644 index 00000000000..34d74d65b17 --- /dev/null +++ b/mail/metamail/patches/patch-ap @@ -0,0 +1,13 @@ +$NetBSD: patch-ap,v 1.1 2004/03/29 02:17:24 snj Exp $ + +--- bin/showexternal.orig 2004-03-28 18:05:20.000000000 -0800 ++++ bin/showexternal 2004-03-28 18:05:27.000000000 -0800 +@@ -222,7 +222,7 @@ quit + echo "" >> $NEWNAME + sed -e 1,/^\$/d < $bodyfile >> $NEWNAME + echo "" >> $NEWNAME +- /usr/lib/sendmail -t < $NEWNAME ++ /usr/sbin/sendmail -t < $NEWNAME + if ($status) then + echo sendmail failed + cd ${METAMAIL_TMPDIR} diff --git a/mail/metamail/patches/patch-aq b/mail/metamail/patches/patch-aq new file mode 100644 index 00000000000..e3307c6fe70 --- /dev/null +++ b/mail/metamail/patches/patch-aq @@ -0,0 +1,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 |