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