pkgsrc/mail/metamail/patches/patch-ap
snj 1eae14e263 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.
2004-03-29 02:17:24 +00:00

13 lines
431 B
Text

$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}