mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
eb370df20f
1.94.4 includes security fix, and jfitz is on vacation, so I committed this. I would like to have a review by jfitz, after he comes back.
12 lines
380 B
Plaintext
12 lines
380 B
Plaintext
--- archive2.pl.orig Thu Aug 28 00:07:44 1997
|
|
+++ archive2.pl Wed Sep 10 00:57:13 1997
|
|
@@ -88,7 +88,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);
|