https://bugzilla.redhat.com/show_bug.cgi?id=759855

Kit Gerrits <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #18 from Kit Gerrits <[email protected]> ---
(In reply to comment #17)
> and preuninstall can be:
> 
> if [ $1 = 0 ]; then
>       /sbin/service sslh stop > /dev/null 2>&1
>       /sbin/chkconfig --del sslh
> fi
> 
> This not only deletes the initscript but also all the symlinks pointing to
> it in the different runlevels.


I thought 'chkconfig --add' and 'chkconfig --del' only added and removed links
in /etc/rc*..d/ ?
AFAIK, /etc/init.d/sslh still needs to be removed by hand / packages.

After placing the file in /etc/init.d, I useally do 'chkconfig --add <service>'
and 'service <service> start'.
(currently, this points to systemd)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to