aboutsummaryrefslogtreecommitdiffstats
path: root/mail/majordomo/files/patch-bf
blob: b37241a867027e0420ce587ab0e36fa2bf85d618 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- majordomo.orig	Wed Aug 27 23:55:29 1997
+++ majordomo	Wed Sep 10 00:57:24 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;