mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
70de273d7f
- Change the way that the /usr/lib/sendmail -> /usr/sbin/sendmail patches are stored to make future upgrades of the port easier. - Change the way that the links in the install dirs were being set up.
21 lines
870 B
Plaintext
21 lines
870 B
Plaintext
--- resend.orig Sun Apr 27 20:26:33 1997
|
|
+++ resend Sun Apr 27 20:26:49 1997
|
|
@@ -111,7 +111,7 @@
|
|
# XXX It is possible that owner-$opt_l won't be the right address, but we
|
|
# have little choice. Sending the bounces to $whoami_owner is an option,
|
|
# but might not clearly indicate the list name.
|
|
-$sendmail_command = $sendmail_command || "/usr/lib/sendmail";
|
|
+$sendmail_command = $sendmail_command || "/usr/sbin/sendmail";
|
|
$bounce_mailer = $bounce_mailer || "$sendmail_command -f\$sender -t";
|
|
&set_mail_from("owner-$opt_l");
|
|
&set_mail_sender("owner-$opt_l");
|
|
@@ -928,7 +928,7 @@
|
|
else {
|
|
# Painful, but we have to provide some kind of backwards
|
|
# compatibility and this is what 1.93 used
|
|
- $mailcmd = "/usr/lib/sendmail -f$sender -t";
|
|
+ $mailcmd = "/usr/sbin/sendmail -f$sender -t";
|
|
}
|
|
|
|
# clean up the addresses, for use on the sendmail command line
|