[deployment-guide/comm-rel-15] Corrected the "Starting and Stopping the Server" section. (BZ#719350)

Jaromir Hradilek jhradile at fedoraproject.org
Fri Jul 15 15:55:28 UTC 2011


commit 57a88ab6b7cbee73ce28f9dd6a2c32f590a6fa7d
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Jul 12 01:39:07 2011 +0200

    Corrected the "Starting and Stopping the Server" section. (BZ#719350)

 en-US/DHCP_Servers.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/DHCP_Servers.xml b/en-US/DHCP_Servers.xml
index 98091bd..7f0b8af 100644
--- a/en-US/DHCP_Servers.xml
+++ b/en-US/DHCP_Servers.xml
@@ -241,7 +241,7 @@ subnet 192.168.1.0 netmask 255.255.255.0 {
       <para>To stop the DHCP server, type:</para>
       <screen><command>systemctl stop dhcpd.service</command></screen>
       <para>By default, the DHCP service does not start at boot time. To configure the daemon to start automatically at boot time, run:</para>
-      <screen><command>systemctl enable dhcpcd.service</command></screen>
+      <screen><command>systemctl enable dhcpd.service</command></screen>
       <para>
         Refer to <xref linkend="ch-Services_and_Daemons" /> for more information on how to configure services in &MAJOROS;.
       </para>


More information about the docs-commits mailing list