13 lines
545 B
Plaintext
13 lines
545 B
Plaintext
|
$OpenBSD: patch-majordomo,v 1.1.1.1 2000/05/22 16:33:43 espie Exp $
|
||
|
--- majordomo.orig Mon May 15 02:41:58 2000
|
||
|
+++ majordomo Mon May 15 02:42:35 2000
|
||
|
@@ -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;
|