1eae14e263
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.
13 lines
431 B
Text
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}
|