mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
12 lines
477 B
Plaintext
12 lines
477 B
Plaintext
|
--- majordomo.orig Sun Apr 27 20:24:41 1997
|
||
|
+++ majordomo Sun Apr 27 20:24:59 1997
|
||
|
@@ -75,7 +75,7 @@
|
||
|
# Define all of the mailer properties:
|
||
|
# It is possible that one or both of $sendmail_command and $bounce_mailer
|
||
|
# are not defined, so we provide reasonable defaults.
|
||
|
-$sendmail_command = "/usr/lib/sendmail"
|
||
|
+$sendmail_command = "/usr/sbin/sendmail"
|
||
|
unless defined $sendmail_command;
|
||
|
$bounce_mailer = "$sendmail_command -f\$sender -t"
|
||
|
unless defined $bounce_mailer;
|