From abd75be1e982ff40055179f66fec5df07ade479e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 15 Apr 2005 16:51:02 +0000 Subject: cleanup --- sysconfig/network-scripts/ifup-eth | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysconfig/network-scripts/ifup-eth b/sysconfig/network-scripts/ifup-eth index b96a18b0..04add710 100755 --- a/sysconfig/network-scripts/ifup-eth +++ b/sysconfig/network-scripts/ifup-eth @@ -171,8 +171,9 @@ if [ -n "${DYNCONFIG}" -a -x /sbin/dhclient ]; then if [ -f /var/run/dhclient-${DEVICE}.pid ]; then dhcpid=`cat /var/run/dhclient-${DEVICE}.pid` if [[ "`readlink /proc/$dhcpid/exe`" =~ "^/sbin/dhclient" ]]; then - echo $" failed - dhclient already running for interface ${DEVICE} ($dhcpid)." + echo $" failed - dhclient already running for interface ${DEVICE} (pid $dhcpid)." exit 1 + fi fi if [ -n "$ETHTOOL_OPTS" ] ; then -- cgit v1.2.1