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. -- Peter Gordon (codergeek42) This message was sent through a webmail interface, and thus not signed. -- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list