Re: SysV Init

2001-02-04 Thread Leonard Leblanc
In your /etc directory there are a number of directorys called rcN.d where 'N' is a number indicating the runlevel. In each of those directorys there are a number of symbolic links which point to scripts (usually in /etc/init.d/ - at least that's where i keep them) which start with either 'S' or

Re: SysV Init

2001-02-03 Thread Jim
Hi, The scripts are stored in /etc/init.d Each runlevel has its own directory e.g. /etc/rc0.d, /etc/rc1.d etc. In the runlevel dirs there are a load of symlinks to the scripts in /etc/init.d. The format of the filename is: Sxxscriptname to run a script with the start argument when

RE: SysV Init

2001-02-02 Thread Sean 'Shaleh' Perry
On 03-Feb-2001 Stephen Robertson wrote: I'm fairly new to Debian and still learning the system. What is the accepted method of configuring which services are stopped and started in each run level, and how can I add my own commands to the Init scripts. RedHat provided a file called rc.local