From 43a7ec311b56f0ba6b06c3d35a53990869153ed5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 11 Jan 2010 16:29:18 -0500 Subject: Fix comment to reflect reality. --- sysconfig/network-scripts/ifup-eth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.1