Author: arkurth
Date: Mon Sep 17 16:28:12 2012
New Revision: 1386694
URL: http://svn.apache.org/viewvc?rev=1386694&view=rev
Log:
Added new /etc/dhcp/dhcpd.conf path to install instructions.
Modified:
vcl/site/trunk/content/docs/VCL23Installation.mdtext
Modified: vcl/site/trunk/content/docs/VCL23Installation.mdtext
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL23Installation.mdtext?rev=1386694&r1=1386693&r2=1386694&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL23Installation.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL23Installation.mdtext Mon Sep 17 16:28:12
2012
@@ -419,12 +419,14 @@ The VCL management node daemon (vcld) is
* Configure the dhcpd service to automatically start at runlevels 3-5:
:::BashLexer
- /sbin/chkconfig --level 345 dhcpd on
+ /sbin/chkconfig dhcpd on
* Configure the dhcpd.conf file.
:::BashLexer
vi /etc/dhcpd.conf
+ -or-
+ vi /etc/dhcp/dhcpd.conf
Configure your dhcpd.conf file according to your network configuration.
The contents of the dhcpd.conf file will vary based on how your network is
configured. Below is an example of a basic dhcpd.conf file: