aboutsummaryrefslogtreecommitdiffstats
path: root/mail/majordomo/files/patch-ac
blob: cfc5defc5595414c57a84bf4c32e472bd0ba9aa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- digest.orig	Wed Aug 27 23:42:52 1997
+++ digest	Wed Sep 10 00:56:12 1997
@@ -314,7 +314,7 @@
 	    } else {
 		# Read and execute the .cf file
 		$cf = $opt_c || $ENV{"MAJORDOMO_CF"} || 
-		    "/etc/majordomo.cf";
+		    "%%PREFIX%%/majordomo/majordomo.cf";
 		require "$cf";
 
 		chdir($homedir);
@@ -326,7 +326,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;
 $mailer = "$sendmail_command -oi -oee -f\$sender"
   unless defined $mailer;