14
edits
Changes
→/etc/init.d services: Fix chkconfig invocation - previous invocation would result in the service being re-enabled when the package was upgraded (e.g. security fix etc.)....
To disable the service:
* RedHat/Fedora/SUSE: <code>/sbin/chkconfig --del SERVICENAME off </code>
* Debian: <code>' update-rc.d -f hdparm remove '</code>
* Gentoo: <code>/sbin/rc-update del SERVICENAME</code>