Jean-Philippe wrote:
> 
> hello, someone could tell me the best way to add an autoexec script ???
> I look in /etc/rc.d but I do not understand all this runlevel...
> My aim is to launch my script which run a dhcpcd client + masquerading with
> ipchain ( kernel 2.2.1) ...
> I would like to execute it juse before the state :
> "runlevel 2 reached "

Start scripts at boot time are invoked via links in
/sbin/init.d/rcX.d,
where X in the runlevel. All links SXX.* point to start scripts, KXX.*
point to kill scripts. The Order of execution depends on the number 
referenced XX.

So, write your script, and make a link. You can fully controll the
order
as it's you who chooses the number.

Henning


-- 
  H. Henning Vossieck - [EMAIL PROTECTED] -
http://www.ndh.net/home/vossieck/
   49 2291 3010/6519
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to