1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/majordomo/files/patch-ba
James FitzGibbon 70de273d7f - Upgrade to v1.94.2
- 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.
1997-04-28 00:37:28 +00:00

12 lines
380 B
Plaintext

--- archive2.pl.orig Sun Apr 27 20:22:15 1997
+++ archive2.pl Sun Apr 27 20:22:23 1997
@@ -85,7 +85,7 @@
exit 1;
}
-$sendmail_command = $sendmail_command || "/usr/lib/sendmail";
+$sendmail_command = $sendmail_command || "/usr/sbin/sendmail";
$bounce_mailer = $bounce_mailer || "$sendmail_command -f\$sender -t";
&set_abort_addr($whoami_owner);
&set_mail_from($whoami);