Hide Forgot
Created attachment 499636 [details] Patch to spec file to bring systemd scriptlets for rsyslog into conformance Description of problem: The guidelines for packages that use systemd unit files are here: http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Systemd rsyslog isn't using them but something else that doesn't address all the issues that the Guidelines version does. Will attach a patch to fix this.
Comment on attachment 499636 [details] Patch to spec file to bring systemd scriptlets for rsyslog into conformance >+/sbin/chkconfig --del httpd >/dev/null 2>&1 || : s/httpd/rsyslog/, no?
(In reply to comment #1) > >+/sbin/chkconfig --del httpd >/dev/null 2>&1 || : > > s/httpd/rsyslog/, no? Yeah, I've noticed this after pushing the package out. There's still some other problem regarding systemd that I'd like to fix before building a new package, though.