Closed
Bug 302977
Opened 20 years ago
Closed 17 years ago
Use /usr/lib/sendmail consistently everywhere
Categories
(Bugzilla :: Email Notifications, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: u44081, Unassigned)
Details
Attachments
(1 file)
|
2.23 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.2 (like Gecko)
Build Identifier:
The majority of docs and code in 2.18 (and earlier) use /usr/lib/sendmail as
the default location for the sendmail. Some of the stuff in contrib/
uses /usr/sbin/sendmail, and the glossary (incorrectly) refers to it as the
default location. I'd suggest using /usr/lib/sendmail everywhere.
Reproducible: Always
This is against Bugzilla_Stable. The contrib/ hunks here seem somewhat
applicable to > 2.18 too, but the glossary needs a more thorough rewrite there
(will add a separate report for it in a jiffy).
Comment 2•20 years ago
|
||
I'm fairly sure that /usr/sbin/sendmail would be the canonical location for the
sendmail binary, and /usr/lib/sendmail would be the legacy location.
Version: unspecified → 2.18
Sure, but Bugzilla has defaulted to /usr/lib/sendmail for a long time. While
changing the default would most likely not break anything, it'd be easier to
just be consistent with the existing historical default everywhere for the
2.18 series. 2.20 is of course a different story, things have changed pretty
much in it.
Comment 4•17 years ago
|
||
Since we no longer call the sendmail binary directly, this isn't an issue anymore.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•