1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/bugzilla/files/patch-ab
Alexey Zelkin d64a41cc7f Fix default location of sendmail binary
Noticed by:	Jamie Flournoy <jamie@white-mountain.org>
2001-12-17 18:53:25 +00:00

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
#