Hi, --- Joydeep Bakshi <[EMAIL PROTECTED]> wrote: > On > but there is no such file in debian . what file > should I edit in *debian* ? > > thanks in advanced. Debian does not use rc.local to customize the boot process. Instead of rc.local file in /etc you will get /etc/rcN.d/ directory for controlling them, where N=runlevel(1,2,3 etc). The main startup scripts lies in /etc/init.d/ and the /etc/rcN.d/ contains links to the corresponding entry.
The best part here is to add some script to start/stop during the boot process you really don't have to do it manually just use the 'update-rc.d' script. And do a 'man update-rc.d' for details. And also have a look at this faq http://www.debian.org/doc/manuals/debian-faq/ch-customizing.en.html#s-custombootscripts ________________________________________________________________________ Missed your favourite TV serial last night? Try the new, Yahoo! TV. visit http://in.tv.yahoo.com -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
