Peter Gordon wrote:
Michael DeHaan wrote:Updating to 0.3.7[...]+%post +chkconfig --add cobblersyslogd + +%preun +chkconfig --del cobblersyslogd +Your %preun script is wrong (the 'chkconfig --del' call should be done conditionally). Also, don't forget to add /sbin/chkconfig to the Requires(preun) and Requires(post) dependencies. See the Packaging/ScriptletSnippets#services page on the wiki for more information. Thanks.
Will fix. Thanks for the link/info! --Michael