aboutsummaryrefslogtreecommitdiffstats
path: root/ppp/ip-up
diff options
context:
space:
mode:
Diffstat (limited to 'ppp/ip-up')
-rw-r--r--ppp/ip-up7
1 files changed, 3 insertions, 4 deletions
diff --git a/ppp/ip-up b/ppp/ip-up
index 47517489..3b73814f 100644
--- a/ppp/ip-up
+++ b/ppp/ip-up
@@ -1,14 +1,13 @@
#!/bin/bash
-
# This file should not be modified -- make local changes to
# /etc/ppp/ip-up.local instead
-LOGDEVICE=$6
-REALDEVICE=$1
-
PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH
+LOGDEVICE=$6
+REALDEVICE=$1
+
[ -f /etc/sysconfig/network-scripts/ifcfg-${LOGDEVICE} ] && /etc/sysconfig/network-scripts/ifup-post ifcfg-${LOGDEVICE}
[ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local "$@"