I don't run SuSE so I don't know for sure, I think SuSE replaced rc.local with boot.local
You can also use find to locate rc.local if it actually exists or to find where they put boot.local if it's not with the init stuff. It might also be here: /sbin/init.d/boot.local Cheers, -- Trevor Lauder Web: http://www.thelauders.net E-Mail: [EMAIL PROTECTED] Resume: http://www.thelauders.net/resume.html Gentoo Powered "Any intelligent fool can make things bigger and more complex... It takes a touch of genius -- and a lot of courage to move in the opposite direction." -- Albert Einstein Chris Wallace said: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Thanks for the response Mark. > > I guess what I'm asking here is, is it ok to create an rc.local file in > /etc > since it doesn't already exist? > > I know that in RH, I used to just add my own init lines there, but in > SuSE, > I'm not really sure where to do so. > > If I 'create' an rc.local file in SuSE, will it be parsed and treated > accordingly or am I missing something? > > Thanks again, > > Chris > > On May 28, 2003 7:26 am, Mark Lane wrote: >> >> > #----cut here---- >> > # I2C adapter drivers >> > modprobe i2c-viapro >> > # I2C chip drivers >> > modprobe pcf8591 >> > modprobe lm75 >> > #----cut here---- >> >> You have some options here. You can write a control script for lmsensors >> and put that information in it or you can throw the lines in a file >> called rc.local. The simplest way for you would be to just put this >> information in rc.local. If you want to learn about writing initscripts >> this would be a simple example but I will let you research that on your >> own. >> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (GNU/Linux) > > iD8DBQE+1X7nAvR8j4tXQKERAomEAJsEjJ0Ha+Yc9FWvf9dQiuBJDZZMDACeOJRD > QGEqS6y7X6QxPJzLA+pZFQw=BtLy > -----END PGP SIGNATURE----- > > >
