On Saturday 29 December 2007 21:21:24 Mark Weaver wrote:
> Hi all,
>
> While I'm not at all new to Linux, I'm quite new to Suse Linux and having a
> bit of a challenge finding where certain things are located.
>
> I've got a bash script that initializes my wireless adapter and on redhat
> based systems I'm call the script from rc.local, but so far as I can see
> there isn't such a file on my OpenSuse 10.3 system. I guess my question is
> where is the Suse equivilant of the rc.local file located?

There are two files, /etc/init.d/before.local and /etc/init.d/after.local, 
which - if they exist - will get called before and after the runlevel scripts 
are run respectively

They don't exist by default, but if you want something run, create the one 
that's appropriate depending on when you want the script to run, and call 
your script from it

Anders

-- 
Madness takes its toll
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to