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

Equivalent of rc.local

2002-02-04 Thread briand
> "Michael" == Michael Merritt <[EMAIL PROTECTED]> writes: Michael> What is the Debian equivalent of /etc/rc.d/rc.local in Michael> RedHat (ie, where to put user defined commands that should Michael> run at boot time?) /etc/init.d is where the actual scripts reside For each of the diff

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

Equivalent of rc.local

2002-02-04 Thread Michael Merritt
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?) -- Michael MerrittO2/CO2 Conversion Specialist [w] [EMAIL PROTECTED] | ww

Re: debian equivalent of rc.local

2000-10-31 Thread mike
On Tue, 31 Oct 2000 11:17:51 -0500, Peter S Galbraith said: > > Keith S Marshall wrote: > > > I was wondering what the debian equivalent to rc.local is. I want to > > put this setting > > > > hdparm -c 1 -d 1 /dev/hda > > > > which speeds up hard disk access in one of the start up f

Re: debian equivalent of rc.local

2000-10-31 Thread sena
I heard that Keith S Marshall wrote this on 31/10/00: > I was wondering what the debian equivalent to rc.local is. I want to put > this setting > > hdparm -c 1 -d 1 /dev/hda > > which speeds up hard disk access in one of the start up files and was under > the impression that on non debian syst

Re: debian equivalent of rc.local

2000-10-31 Thread Peter S Galbraith
Keith S Marshall wrote: > I was wondering what the debian equivalent to rc.local is. I want to > put this setting > > hdparm -c 1 -d 1 /dev/hda > > which speeds up hard disk access in one of the start up files and was > under the impression that on non debian systems it would go into the > bo

debian equivalent of rc.local

2000-10-31 Thread Keith S Marshall
I was wondering what the debian equivalent to rc.local is. I want to put this setting hdparm -c 1 -d 1 /dev/hda which speeds up hard disk access in one of the start up files and was under the impression that on non debian systems it would go into the bottom of rc.local <>