slitaz-boot-scripts rev 129

rcS.conf: start slim after dbus/hald to handle hal events correctly
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 01 17:35:48 2009 +0100 (2009-02-01)
parents fe56eb67ba59
children 2ac02a809345
files etc/rcS.conf
line diff
     1.1 --- a/etc/rcS.conf	Fri Dec 26 20:20:41 2008 +0000
     1.2 +++ b/etc/rcS.conf	Sun Feb 01 17:35:48 2009 +0100
     1.3 @@ -35,8 +35,8 @@
     1.4  
     1.5  # Daemons to start at boot time. SliTaz only provides a few daemons: firewall,
     1.6  # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is
     1.7 -# not realy important.
     1.8 -RUN_DAEMONS="slim dbus hald firewall lighttpd"
     1.9 +# not realy important but dbus/hald should be started after slim.
    1.10 +RUN_DAEMONS="dbus hald firewall lighttpd slim"
    1.11  
    1.12  # Pre login bold message.
    1.13  MESSAGE="Welcome to your box."