aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-10-03 08:59:54 -0400
committerBill Nottingham <notting@redhat.com>2008-10-03 08:59:54 -0400
commitb3ef46953f74e0c0c2aa71d1b002c9e7ca98c38b (patch)
treecf7a01690efbdf5645061b70c27214999d81fa5c
parent23e90571d2c87a38c8e6f1a5144640e474a721f2 (diff)
downloadinitscripts-b3ef46953f74e0c0c2aa71d1b002c9e7ca98c38b.tar
initscripts-b3ef46953f74e0c0c2aa71d1b002c9e7ca98c38b.tar.gz
initscripts-b3ef46953f74e0c0c2aa71d1b002c9e7ca98c38b.tar.bz2
initscripts-b3ef46953f74e0c0c2aa71d1b002c9e7ca98c38b.tar.xz
initscripts-b3ef46953f74e0c0c2aa71d1b002c9e7ca98c38b.zip
Remove reference to rename_device.
rename_device no longer exists.
-rw-r--r--sysconfig/network-scripts/network-functions1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions
index f28831a6..24153485 100644
--- a/sysconfig/network-scripts/network-functions
+++ b/sysconfig/network-scripts/network-functions
@@ -208,7 +208,6 @@ END {
if [ -z "$curdev" ]; then
return 1
fi
- rename_device "$1" "$HWADDR" "$curdev"
fi
if [ ${alias} == "bonding" ]; then