[release-notes] Warn about service changes - BZ#754145

John J. McDonough jjmcd at fedoraproject.org
Tue Nov 29 21:02:13 UTC 2011


commit 8967a475c442523fdc991cb2b0a65b03ae14dd46
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Tue Nov 29 16:00:57 2011 -0500

    Warn about service changes - BZ#754145

 en-US/Revision_History.xml |    2 +-
 en-US/System_Daemons.xml   |   45 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Revision_History.xml b/en-US/Revision_History.xml
index eded2c6..e53e74f 100644
--- a/en-US/Revision_History.xml
+++ b/en-US/Revision_History.xml
@@ -18,7 +18,7 @@
 	<revdescription>
 	  <simplelist>
 	    <member>Minimum RAM correction - BZ#754439</member>
-	    <member></member>
+	    <member>Service name changes - BZ#754145</member>
 	    <member></member>
 	  </simplelist>
 	</revdescription>
diff --git a/en-US/System_Daemons.xml b/en-US/System_Daemons.xml
index 8f0db8e..55efe43 100644
--- a/en-US/System_Daemons.xml
+++ b/en-US/System_Daemons.xml
@@ -9,6 +9,51 @@
 <section>
   
   <title>System Daemons</title>
+
+ <section>
+   <title>systemd</title>
+   <indexterm>
+     <primary>systemd</primary>
+   </indexterm>
+   <indexterm>
+     <primary>Daemons</primary>
+   </indexterm>
+   <indexterm>
+     <primary>Services</primary>
+   </indexterm>
+   <indexterm>
+     <primary>service</primary>
+   </indexterm>
+   <indexterm>
+     <primary>chkconfig</primary>
+   </indexterm>
+   <indexterm>
+     <primary>systemctl</primary>
+   </indexterm>
+   <indexterm>
+     <primary>ntsysv</primary>
+   </indexterm>
+   <indexterm>
+     <primary>System Administrators Guide</primary>
+   </indexterm>
+   <warning>
+     <title>Many service names have changed</title>
+     <para>
+       Under systemd, the <command>systemctl</command> command
+       replaces many operations previously performed by
+       <command>chkconfig</command>, <command>service</command>, and
+       <command>ntsysv</command>.  In addition, the names of a number
+       of services have changed.
+     </para>
+   </warning>
+   <para>
+     In Fedora 16, most services are controlled by
+     <application>systemd</application>.  Refer to the Fedora System
+     Administrators Guide, "Services and Daemons" for information on
+     how to manage system services under
+     <application>systemd</application>.
+   </para>
+ </section>
   
   <section>
     


More information about the docs-commits mailing list