http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5078





------- Additional Comments From [EMAIL PROTECTED]  2006-09-04 22:35 -------
(In reply to comment #5)
> Closing the ticket as worksforme since the issue is with the installation and
> not SA.

RPM macros are not standarised in any way.  Just because some macro is available
in a number of distributions, doesn't mean it is (or should be) everywhere.
You can expect %_bindir or %_sysconfdir to be defined, but not the rarely used
macros.  That's why the patch for bug 5003 is so big.

LSB 3.1.0 defines the /etc/init.d directory, so hard-coding this path might be
an acceptable solution.  Can be done conditionally:

%define initdir /etc/init.d
%if 0%{_initrddir}
%define initdir %{_initrddir}
%endif


Not reopening, as I haven't tested on CentOS, but -- if it really doesn't
contain this macro -- this *is* a SA issue.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to