# # install the module and startup scripts # cp -p hltmod /sbin cp -p hltmod_init.d /etc/init.d/hltmod chmod 744 /etc/init.d/hltmod chmod 744 /sbin/hltmod ln -s /etc/init.d/hltmod /etc/rc2.d/S99hltmod # # uncomment this to remove the module when going to admin or # single use mode # it should not be necessary to so this, but it is safe # # ln -s /etc/init.d/hltmod /etc/rc2.d/K99hltmod # # now, start it up # /etc/init.d/hltmod start