Pablo Manalastas <[EMAIL PROTECTED]> writes: > Jerome Gotangco <[EMAIL PROTECTED]> wrote: > > I wonder how the others fared, especially on having upstart installed and > replacing your sysvinit ;) > > I downloaded the iso image and did a new install with that. > I still can't see the difference between sysvinit and upstart. > Ubuntu 6.10 with upstart still has /sbin/init, /etc/init.d with all > the init scripts, /etc/rc[0-6S].d with all the soft links to /etc/init.d, > and /etc/event.d/ replacing /etc/inittab. Is upstart just a rearrangement > of directories, or is there a fundamental change?
It's a fundamental change. /etc/rc[0-6S].d still exist under upstart, but the init processing is fundamentally changed -- see /usr/share/doc/upstart/README.Debian.gz for more info. Oh, and upstart uses /etc/event.d, which has a list of 'event handlers'. For example, you can do a 'start ttyN' where N is a terminal number to start a terminal on that term, or 'stop ttyN' to stop the virtual terminal on ttyN. The basic idea, IIUC, is upstart is meant to be more 'event-driven' than sysvinit. -- JM Ibanez Senior Software Engineer Orange & Bronze Software Labs, Ltd. Co. [EMAIL PROTECTED] http://www.orangeandbronze.com/ _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

