aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-post
diff options
context:
space:
mode:
Diffstat (limited to 'sysconfig/network-scripts/ifup-post')
-rwxr-xr-xsysconfig/network-scripts/ifup-post3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysconfig/network-scripts/ifup-post b/sysconfig/network-scripts/ifup-post
index 414bae6a..789afd12 100755
--- a/sysconfig/network-scripts/ifup-post
+++ b/sysconfig/network-scripts/ifup-post
@@ -1,11 +1,10 @@
#!/bin/sh
cd /etc/sysconfig/network-scripts
-
-CONFIG=$1
. network-functions
need_hostname
+CONFIG=$1
source_config
DEVICETYPE=`echo $DEVICE | sed "s/[0-9]*$//"`