Re: Equivalent of rc.local

2002-02-05 Thread stan
On Mon, Feb 04, 2002 at 07:35:04PM -0600, Michael Merritt wrote: > What is the Debian equivalent of /etc/rc.d/rc.local in RedHat (ie, where to > put user defined commands that should run at boot time?) > Look at update-rc. -- "They that would give up essential liberty for temporary safety deser

Re: Equivalent of rc.local

2002-02-04 Thread Oki DZ
On Mon, 4 Feb 2002, Michael Merritt wrote: > What is the Debian equivalent of /etc/rc.d/rc.local in RedHat (ie, where to > put user defined commands that should run at boot time?) /etc/init.d, I guess. Take a look at the "skeleton" file, so that you don't have to build the scripts from scratch. A

Re: Equivalent of rc.local

2002-02-04 Thread Paolo Falcone
Michael Merritt wrote: >What is the Debian equivalent of /etc/rc.d/rc.local in RedHat (ie, where to >put user defined commands that should run at boot time?) As you know, all initialization scripts are placed in the /etc/init.d directory. Symlinks to the scripts inside that directory are placed

Re: Equivalent of rc.local

2002-02-04 Thread David Z Maze
Michael Merritt <[EMAIL PROTECTED]> writes: > What is the Debian equivalent of /etc/rc.d/rc.local in RedHat (ie, > where to put user defined commands that should run at boot time?) You might want to look at the Debian FAQ, particularly question 10.6 ("It looks as if Debian does not use rc.local to