mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
431 B
Plaintext
14 lines
431 B
Plaintext
$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}
|