On Fri, 28 Jul 2006 20:50:12 +0200, Hans-J. Ullrich wrote: > But what the hell is this "/etc/rc.local" on Debian-systems ? I cannot > find it anywhere, due to its different achitecture. Can some specialist > help me ?
/etc/rc.local is simply the last init script run in redhat based distros. It is enough that you add something like /etc/init.d/ati_sux write the code you reported in it, make it executable and then add it to the desired runlevels with low priority (i.e. > 90) using rcconf or update-rc.d. -- Best Regards, Jack Linux User #264449 Powered by Debian GNU/Linux on AMD64 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

