https://qa.mandrakesoft.com/show_bug.cgi?id=2054
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
------- Additional Comments From [EMAIL PROTECTED] 2003-02-22 17:07 -------
I confirmed my suspicion with the author. If "mail" is in your path during the build,
wherever that is, that's what APCUPSD_MAIL will get set to.
Otherwise it'll get set to "no" (so if you have mailx installed, it'll be /bin/mail ).
He's changing it upstream to just set it to "mail" instead of
"no" if it doesn't find it, so it'll search your path at runtime.
In the meantime I guess we need to make sure mailx is installed at compile time. I
dunno if that's a "BuildRequires" or a "PreReq".
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: __UNKNOWN__
status: NEW
creation_date:
description:
The scripts in /etc/apcupsd all have $APCUPSD_MAIL set to "no". If it was the
packager's intention to not have apcupsd email problems (good idea in my opinion), may
I reccomend changing "no" to "/bin/false"?
Otherwise, if mail should be sent, this should be changed to a mailer binary.