slitaz-boot-scripts diff etc/init.d/README @ rev 156

network.sh: speed up udhcp lease time
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 26 01:14:33 2009 +0200 (2009-04-26)
parents d2ef6089e2a4
children 16c27ed1f2c9
line diff
     1.1 --- a/etc/init.d/README	Fri Nov 30 12:27:08 2007 +0100
     1.2 +++ b/etc/init.d/README	Sun Apr 26 01:14:33 2009 +0200
     1.3 @@ -2,12 +2,12 @@
     1.4  ===============================================================================
     1.5  
     1.6  
     1.7 -SliTaz dont use runlevels, inittab starts /etc/init.d/rcS, who use the config
     1.8 -file /etc/rcS.conf to run all scripts specified with $RUN_SCRIPTS, and then
     1.9 -starts all daemons specified with $RUN_DAEMONS. The idea is to centralise the
    1.10 -main system boot initialisation in one configuration file. Init scripts can
    1.11 +SliTaz doesn't use runlevels, inittab starts /etc/init.d/rcS, which uses the
    1.12 +config file /etc/rcS.conf to run all scripts specified with $RUN_SCRIPTS, and
    1.13 +then starts all daemons specified with $RUN_DAEMONS. The idea is to centralize
    1.14 +the main system boot initialization in one configuration file. Init scripts can
    1.15  use the rc.functions file (part of the base-files) to call for the status
    1.16 -fonction. Daemons can use /etc/daemons.conf to call for default options, by
    1.17 +function. Daemons can use /etc/daemons.conf to call for default options, in
    1.18  this way users/admins dont need to edit the daemon init script, located
    1.19  in /etc/init.d directory.
    1.20