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

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Oct 24 12:29:17 2009 +0000 (2009-10-24)
parents 58cc6775e0f0
children aeec02b61fde
line diff
     1.1 --- a/etc/init.d/README	Sat Jul 19 06:54:49 2008 +0000
     1.2 +++ b/etc/init.d/README	Sat Oct 24 12:29:17 2009 +0000
     1.3 @@ -2,14 +2,14 @@
     1.4  ===============================================================================
     1.5  
     1.6  
     1.7 -SliTaz doesn't use runlevels, inittab starts /etc/init.d/rcS, which uses the
     1.8 +SliTaz doesn't use runlevels; inittab starts /etc/init.d/rcS, which uses the
     1.9  config file /etc/rcS.conf to run all scripts specified with $RUN_SCRIPTS, and
    1.10  then starts all daemons specified with $RUN_DAEMONS. The idea is to centralize
    1.11  the main system boot initialization in one configuration file. Init scripts can
    1.12  use the rc.functions file (part of the base-files) to call for the status
    1.13  function. Daemons can use /etc/daemons.conf to call for default options, in
    1.14 -this way users/admins dont need to edit the daemon init script, located
    1.15 -in /etc/init.d directory.
    1.16 +this way users/admins don't need to edit the daemon init script located
    1.17 +in the /etc/init.d directory.
    1.18  
    1.19  
    1.20  ===============================================================================