2013-09-26 17:14:40 +02:00

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}