mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
94ce971a74
PR: ports/4041 Submitted by: Dirk Froemberg <dirk@activ-consult.de>
14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
--- sw_actions.pl.orig Thu Dec 14 04:32:19 1995
|
|
+++ sw_actions.pl Sun Jul 6 19:23:20 1997
|
|
@@ -22,8 +22,8 @@
|
|
#
|
|
|
|
$BELL = "\007";
|
|
-$MAILER = "/usr/lib/sendmail";
|
|
-$WRITE = "/bin/write";
|
|
+$MAILER = "/usr/sbin/sendmail";
|
|
+$WRITE = "/usr/bin/write";
|
|
|
|
#
|
|
# do_bell -- send BELL(s) to the output.
|