[install-guide] Updated mentions of /sbin/service to use equivalent systemctl commands

pbokoc pbokoc at fedoraproject.org
Mon Jul 1 18:33:31 UTC 2013


commit f97037053b76e4a4636e9f67dd4739d66fcc3a53
Author: Petr Bokoc <pbokoc at redhat.com>
Date:   Mon Jul 1 20:32:35 2013 +0200

    Updated mentions of /sbin/service to use equivalent systemctl commands

 ...eps_Network_Install_section_2-common-para-7.xml |    2 +-
 en-US/adminoptions.xml                             |    2 +-
 en-US/images/welcome/initial-setup-create-user.png |  Bin 0 -> 45500 bytes
 en-US/images/welcome/initial-setup-finished.png    |  Bin 0 -> 26286 bytes
 en-US/pxe-server-config-bios.xml                   |    8 +++-----
 en-US/pxe-server-config-efi.xml                    |    8 +++-----
 en-US/pxe-server.xml                               |    4 ++--
 7 files changed, 10 insertions(+), 14 deletions(-)
---
diff --git a/en-US/Steps_Network_Install_section_2-common-para-7.xml b/en-US/Steps_Network_Install_section_2-common-para-7.xml
index 1b7c5c7..4070a80 100644
--- a/en-US/Steps_Network_Install_section_2-common-para-7.xml
+++ b/en-US/Steps_Network_Install_section_2-common-para-7.xml
@@ -4,6 +4,6 @@
 %BOOK_ENTITIES;
 ]>
 <para>
-	On the network server, start the NFS daemon (on a Fedora system, use <command>/sbin/service nfs start</command>). If NFS is already running, reload the configuration file (on a Fedora system use <command>/sbin/service nfs reload</command>).
+	On the network server, start the NFS daemon (use <command>systemctl start nfs</command>). If NFS is already running, reload the configuration file (use <command>systemctl reload nfs</command>).
 </para>
 
diff --git a/en-US/adminoptions.xml b/en-US/adminoptions.xml
index 20452a9..899a6c5 100644
--- a/en-US/adminoptions.xml
+++ b/en-US/adminoptions.xml
@@ -481,7 +481,7 @@ Press &lt;enter&gt; for a shell</screen>
 			</para>
 			
 <screen>
-<userinput>su -c '/sbin/service rsyslog restart'</userinput></screen>
+<userinput>su -c 'systemctl restart rsyslog'</userinput></screen>
 			 <para>
 				Enter the <systemitem class="username">root</systemitem> password when prompted.
 			</para>
diff --git a/en-US/images/welcome/initial-setup-create-user.png b/en-US/images/welcome/initial-setup-create-user.png
new file mode 100644
index 0000000..3d097f7
Binary files /dev/null and b/en-US/images/welcome/initial-setup-create-user.png differ
diff --git a/en-US/images/welcome/initial-setup-finished.png b/en-US/images/welcome/initial-setup-finished.png
new file mode 100644
index 0000000..daaa678
Binary files /dev/null and b/en-US/images/welcome/initial-setup-finished.png differ
diff --git a/en-US/pxe-server-config-bios.xml b/en-US/pxe-server-config-bios.xml
index 9a3921a..28e1b4b 100644
--- a/en-US/pxe-server-config-bios.xml
+++ b/en-US/pxe-server-config-bios.xml
@@ -20,11 +20,9 @@
 	    <step>
 	      <para>
 		Start the xinetd service, and enable it to persist across reboots:
-                <screen>
-                  <command>systemctl start xinetd</command>
-                  <command>systemctl enable xinetd</command>
-                  <command>systemctl status xinetd</command>
-                </screen>
+<screen><command>systemctl start xinetd</command>
+<command>systemctl enable xinetd</command>
+<command>systemctl status xinetd</command></screen>
               </para>
             </step>
 	    <step>
diff --git a/en-US/pxe-server-config-efi.xml b/en-US/pxe-server-config-efi.xml
index 2babdbe..c766b01 100644
--- a/en-US/pxe-server-config-efi.xml
+++ b/en-US/pxe-server-config-efi.xml
@@ -32,11 +32,9 @@
 		  <step>
 	      <para>
 		Start the xinetd service, and enable it to persist across reboots
-                <screen>
-                  <command>systemctl start xinetd</command>
-                  <command>systemctl enable xinetd</command>
-                  <command>systemctl status xinetd</command>
-                </screen>
+                <screen><command>systemctl start xinetd</command>
+<command>systemctl enable xinetd</command>
+<command>systemctl status xinetd</command></screen>
               </para>
             </step>
 		  <step>
diff --git a/en-US/pxe-server.xml b/en-US/pxe-server.xml
index f51e332..3623079 100644
--- a/en-US/pxe-server.xml
+++ b/en-US/pxe-server.xml
@@ -101,8 +101,8 @@
 	  to it:</para>
 	<screen><![CDATA[/mnt/dvd *(ro,async)]]></screen>
 	<para>Start the NFS server using the following commands:</para>
-	<screen><command><![CDATA[/sbin/service rpcbind start
-/sbin/service nfs start]]></command></screen>
+	<screen><command><![CDATA[systemctl start rpcbind
+systemctl start nfs]]></command></screen>
       </step>
       <step>
 	<para>To support HTTP installation, use <command>yum</command>


More information about the docs-commits mailing list