blob: 87c3eac41d1e94a1fbbfd715002bef09fe3510c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|