AndyL;149807 Wrote: > > In Xandros the script is in /etc/init.d/, though there's also a file > that links to init.d in /etc/rc0.d/ (not sure what the point of that > is...) >
Scripts in /etc/rcX.d/ are run by init when runlevel X is started. They are usually just symlinks to /etc/init.d so that editing the script changes it for all runlevels. -- jku ------------------------------------------------------------------------ jku's Profile: http://forums.slimdevices.com/member.php?userid=8144 View this thread: http://forums.slimdevices.com/showthread.php?t=29060 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
