mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
d64a41cc7f
Noticed by: Jamie Flournoy <jamie@white-mountain.org>
12 lines
415 B
Plaintext
12 lines
415 B
Plaintext
--- contrib/mysqld-watcher.pl~ Mon Dec 17 20:38:32 2001
|
|
+++ contrib/mysqld-watcher.pl Mon Dec 17 20:38:41 2001
|
|
@@ -40,7 +40,7 @@
|
|
#
|
|
# mail transfer agent. this should probably really be converted to a Param().
|
|
#
|
|
-my $mta_program = "/usr/lib/sendmail -t -ODeliveryMode=deferred";
|
|
+my $mta_program = "/usr/sbin/sendmail -t -ODeliveryMode=deferred";
|
|
|
|
# and STDIN is where we get the info about running threads
|
|
#
|