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

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