aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-01-11 16:29:18 -0500
committerBill Nottingham <notting@redhat.com>2010-01-11 16:29:18 -0500
commit43a7ec311b56f0ba6b06c3d35a53990869153ed5 (patch)
tree943fce4b8782bc3985a96cd927d8df55f8a4e871
parent098087cbe4bd9dc4a5805eac15c3e86f1721ca43 (diff)
downloadinitscripts-43a7ec311b56f0ba6b06c3d35a53990869153ed5.tar
initscripts-43a7ec311b56f0ba6b06c3d35a53990869153ed5.tar.gz
initscripts-43a7ec311b56f0ba6b06c3d35a53990869153ed5.tar.bz2
initscripts-43a7ec311b56f0ba6b06c3d35a53990869153ed5.tar.xz
initscripts-43a7ec311b56f0ba6b06c3d35a53990869153ed5.zip
Fix comment to reflect reality.
-rwxr-xr-xsysconfig/network-scripts/ifup-eth2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-eth b/sysconfig/network-scripts/ifup-eth
index 43d7ca3a..634cb4fe 100755
--- a/sysconfig/network-scripts/ifup-eth
+++ b/sysconfig/network-scripts/ifup-eth
@@ -173,7 +173,7 @@ if [ -n "${DYNCONFIG}" -a -x /sbin/dhclient ]; then
else
ONESHOT="-1";
fi;
- # allow users to use generic '/etc/dhclient.conf' (as documented in manpage!)
+ # allow users to use generic '/etc/dhcp/dhclient.conf' (as documented in manpage!)
# if per-device file doesn't exist or is empty
if [ -s /etc/dhclient-${DEVICE}.conf ]; then
DHCLIENTCONF="-cf /etc/dhclient-${DEVICE}.conf";