[deployment-guide/comm-rel: 603/727] Corrected an error in the chkconfig section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:16:16 UTC 2010


commit 60e09c8468f0e10ac4699c670fa0c11f2a4b4c87
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Sep 7 11:03:46 2010 +0200

    Corrected an error in the chkconfig section.

 en-US/Controlling_Access_to_Services.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Controlling_Access_to_Services.xml b/en-US/Controlling_Access_to_Services.xml
index 6c8a627..58ec60d 100644
--- a/en-US/Controlling_Access_to_Services.xml
+++ b/en-US/Controlling_Access_to_Services.xml
@@ -513,7 +513,7 @@ rsync           off</screen>
         </para>
         <screen>~]# <command>chkconfig httpd off</command></screen>
         <para>
-          To disable the service for certain runlevels only, add the <option>--level</option> option followed by the string of numbers from 0 to 6 representing each runlevel in which you want the service to run. For example, to disable the <application>abrtd</application> for runlevels 2 and 4, type:
+          To disable the service for certain runlevels only, add the <option>--level</option> option followed by the string of numbers from 0 to 6 representing each runlevel in which you do <emphasis>not</emphasis> want the service to run. For example, to disable the <application>abrtd</application> for runlevels 2 and 4, type:
         </para>
         <screen>~]# <command>chkconfig abrtd off --level 24</command></screen>
         <para>


More information about the docs-commits mailing list