**** BEGIN LOGGING AT Thu Jun 05 02:59:57 2008 Jun 05 10:10:16 Where does OpenSlug look for scripts to run when its booting? /etc/init.d? Jun 05 10:39:12 yes Jun 05 10:40:33 It's a sysv init, it boots into runlevel 3 by default. /etc/rc3.d/ contains symbolic links to those scripts in /etc/init.d/ that should be executed when entering runlevel 3 Jun 05 10:41:08 So essentially /etc/init.d/ contains all the scripts for all the packages that exist in your system, and if you want one of them to be executed on boot, create symbolic link in /etc/rc3.d Jun 05 10:41:54 I think the name of the symbolic link in /etc/rc3.d has to do with the order in which they're executed.. Jun 05 10:47:19 ok - thanks! :) Jun 05 12:50:14 Hey there - anyone able to help me with forcing the package manager to install a different version of a package? Jun 05 13:04:16 download the old package and install it from the file Jun 05 13:05:21 ok, thanks Jun 05 13:05:31 np