[deployment-guide/comm-rel: 2/74] Extended the chkconfig section a bit.

dsilas dsilas at fedoraproject.org
Tue Jul 6 21:09:04 UTC 2010


commit ce4ee36237d39a90a9f8cc63bd83c4a9ef97ef35
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Jun 21 15:20:55 2010 +0200

    Extended the chkconfig section a bit.

 en-US/Controlling_Access_to_Services.xml |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/en-US/Controlling_Access_to_Services.xml b/en-US/Controlling_Access_to_Services.xml
index 9c6ffb8..85ff744 100644
--- a/en-US/Controlling_Access_to_Services.xml
+++ b/en-US/Controlling_Access_to_Services.xml
@@ -440,7 +440,7 @@ Password: </screen>
       <section id="s3-services-chkconfig-listing">
         <title>Listing the Services</title>
         <para>
-          To display a list of system services (i.e., the services from the <filename class="directory">/etc/rc.d/init.d/</filename> directpry), either type <command>chkconfig --list</command>, or use <command>chkconfig</command> with no additional arguments. You should be presented with an output similar to this:
+          To display a list of system services (i.e., both the services from the <filename class="directory">/etc/rc.d/init.d/</filename> directory, and the services controlled by <application>xinetd</application>), either type <command>chkconfig --list</command>, or use <command>chkconfig</command> with no additional arguments. You should be presented with an output similar to this:
         </para>
         <screen>~]# <command>chkconfig --list</command>
 NetworkManager  0:off   1:off   2:on    3:on    4:on    5:on    6:off
@@ -451,9 +451,19 @@ atd             0:off   1:off   2:off   3:on    4:on    5:on    6:off
 auditd          0:off   1:off   2:on    3:on    4:on    5:on    6:off
 avahi-daemon    0:off   1:off   2:off   3:on    4:on    5:on    6:off
 <emphasis>... several lines omitted ...</emphasis>
-wpa_supplicant  0:off   1:off   2:off   3:off   4:off   5:off   6:off</screen>
+wpa_supplicant  0:off   1:off   2:off   3:off   4:off   5:off   6:off
+
+xinetd based services:
+        chargen-dgram:  off
+        chargen-stream: off
+        cvs:            off
+        daytime-dgram:  off
+        daytime-stream: off
+        discard-dgram:  off
+<emphasis>... several lines omitted ...</emphasis>
+        time-stream:    off</screen>
         <para>
-          As you can see, each line consists of the name of the service followed by its status (<emphasis>on</emphasis> or <emphasis>off</emphasis>) for each of the seven numbered runlevels. For example, in the listing above, <application>NetworkManager</application> is enabled for runlevel 2, 3, 4, and 5, while <application>abrtd</application> runs in runlevel 3 and 5.
+          As you can see, each line consists of the name of the service followed by its status (<emphasis>on</emphasis> or <emphasis>off</emphasis>) for each of the seven numbered runlevels. For example, in the listing above, <application>NetworkManager</application> is enabled for runlevel 2, 3, 4, and 5, while <application>abrtd</application> runs in runlevel 3 and 5. The <application>xinetd</application> based services are listed at the end, being either <emphasis>on</emphasis>, or <emphasis>off</emphasis>.
         </para>
         <para>
           To display the current settings for selected service only, use <command>chkconfig --list</command> followed by the name of the service:


More information about the docs-commits mailing list