summaryrefslogtreecommitdiff
path: root/devel/bugzilla/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bugzilla/files/patch-ac')
-rw-r--r--devel/bugzilla/files/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/bugzilla/files/patch-ac b/devel/bugzilla/files/patch-ac
new file mode 100644
index 000000000000..80adea038bd0
--- /dev/null
+++ b/devel/bugzilla/files/patch-ac
@@ -0,0 +1,12 @@
+diff -u CGI.pl~ CGI.pl
+--- CGI.pl~ Mon Dec 17 20:32:31 2001
++++ CGI.pl Mon Dec 17 20:33:02 2001
+@@ -735,7 +735,7 @@
+ "login" => $login,
+ "password" => $password});
+
+- open SENDMAIL, "|/usr/lib/sendmail -t";
++ open SENDMAIL, "|/usr/sbin/sendmail -t";
+ print SENDMAIL $msg;
+ close SENDMAIL;
+