Joe Sloan wrote:
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?

All init scripts are in /etc/init.d - have a look at boot.local

That's the "99 1/2% right" answer.

However, initialization scripts are all over the place...

For example, there are several in /etc for login shells:

/etc/csh.cshrc    <== gets run by every new csh or tcsh
/etc/csh.login    <== gets run by every new login csh or tcsh

/etc/profile      <== gets run by every new sh, ksh or bash
/etc/bash.bashrc  <== gets run by every new bash

And then /etc/profile.d has still more:

[EMAIL PROTECTED]:/etc/profile.d> ls
alias.ash             groff.sh       profile.sh
alljava.csh           gtk2.csh       python.csh
alljava.sh            gtk2.sh        python.sh
bindkey.tcsh          krb5.csh       qt3.csh
complete.bash         krb5.sh        qt3.sh
complete.tcsh         lang.csh       sh.ssh
csh.ssh               lang.sh        sh.utf8
csh.utf8              mc.csh         tetex.csh
cvs.csh               mc.sh          tetex.sh
cvs.sh                modules.csh    via.csh
desktop-data.csh      modules.sh     via.sh
desktop-data.sh       opensp.csh     xdg-enviroment.csh
gnome-filesystem.csh  opensp.sh      xdg-enviroment.sh
gnome-filesystem.sh   opera.sh       zzz-glib2.csh
gnome.csh             pkgconfig.csh  zzz-glib2.sh
gnome.sh              pkgconfig.sh
groff.csh             profile.csh




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to