Well the same way, scripts and links. :) Anyway I did it the way you
offered, it works, hope I've chosen the proper place in startup sequence
:) Thanks to all!
02.05.2007 18:12:
Indeed,
try:
Put script in /etc/init.d and make it executable.
update-rc.d /etc/init.d/scriptname defaults
This auto creates symblinks into the correct places.
To stop the script at startup use:
update-rc.d /etc/init.d/scriptname remove
man update-rc.d
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]