Ну, в сюзе 9.2 был rc.local, но где лежал точно не помню. В любом случае есть поиск rc.local по /etc (а также поиск внутри файлов, чтобы определить, где он ищется, если его таки нету)
>Ну, в сюзе 9.2 был rc.local, но где лежал точно не помню. В любом случае есть поиск rc.local по /etc (а также поиск внутри файлов, чтобы определить, где он ищется, если его таки нету)
grep -R "rc.local" /etc/
/etc/preload.d/kdm.auto:stat /etc/bash.bashrc.local
/etc/csh.cshrc:# will be lost during system upgrades. Instead use /etc/csh.cshrc.local for
/etc/csh.cshrc:if ( -r /etc/csh.cshrc.local ) source /etc/csh.cshrc.local
/etc/apparmor.d/abstractions/bash: /etc/bash.bashrc.local r,
/etc/bash.bashrc:# will be lost during system upgrades. Instead use /etc/bash.bashrc.local
/etc/bash.bashrc: test -s /etc/bash.bashrc.local && . /etc/bash.bashrc.local
grep -R "alsa" /etc/sysconfig/
/etc/sysconfig/joystick:# Control name of sound driver to activate (via alsactl)
/etc/sysconfig/joystick:# Port to be used (via alsactl)
/etc/sysconfig/sound:## ServiceReload: alsasound
/etc/sysconfig/sound:# loaded at boot-time by alsasound init script.
Some people expect the system startup scripts in /etc/rc.d/.
We use a slightly different structure for better LSB compliance.
You can find the equivalent files in /etc/init.d/.
The behaviour of the scripts can be configured in the files
below the directory /etc/sysconfig/.
For detailed information please have a look into the SuSE Linux manual.
If you don't have a printed manual, you can find the electronic version
in /docu on the first CDROM or in the package 'books.rpm'.
You may also want to read /etc/init.d/README for more information.