Hi,
I've noticed a ( major ) problem with the latest repmgr RPM release (
repmgr94-3.0.3-1.el6 )
The sysconf configuration file installed is the same file as the init
script.
It causes a circular reference as it's effectively indefinitely sourcing
itself...
Patch:
100c100
< install -m 700 %{SOURCE2}
%{buildroot}%{_sysconfdir}/sysconfig/%{sname}/%{sname}-%{pgpackageversion}
---
> install -m 600 %{SOURCE3}
%{buildroot}%{_sysconfdir}/sysconfig/%{sname}/%{sname}-%{pgpackageversion}
Regards,
Brett Maton