From 21b7ec94f584099d2e56ed660a45a4e8da4151fa Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Wed, 26 Mar 2014 13:27:59 +0100 Subject: ifup-eth: remove ipx relic (#1028135) --- sysconfig/network-scripts/ifup-eth | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sysconfig/network-scripts/ifup-eth b/sysconfig/network-scripts/ifup-eth index b2973ff0..6180ae45 100755 --- a/sysconfig/network-scripts/ifup-eth +++ b/sysconfig/network-scripts/ifup-eth @@ -304,9 +304,5 @@ if [[ "${DHCPV6C}" = [Yy1]* ]] && [ -x /sbin/dhclient ]; then fi fi -if [ "${IPX}" = yes ]; then - /etc/sysconfig/network-scripts/ifup-ipx ${DEVICE} -fi - exec /etc/sysconfig/network-scripts/ifup-post ${CONFIG} ${2} -- cgit v1.2.1