General notices about LSB in ALT Linux distro. * `install_initd' and `remove_initd' - add/remove initial services scripts. In ALT Linux services startup scripts managment done via `chkconfig'. LSB introduce their own requirements for startup scripts, which is incompatible with `chkconfig': http://refspecs.freestandards.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/initscrcomconv.html * LSB init scripts expects next commands: - start - stop - restart - try-restart - reload - force-reload http://refspecs.freestandards.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html While ALT Linux scripts: start|stop|restart|reload|condrestart|condreload|condstop|status.