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
468 B
Text
13 lines
468 B
Text
$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
|