aboutsummaryrefslogtreecommitdiffstats
path: root/ppp/ip-up
diff options
context:
space:
mode:
authorFlorian La Roche <laroche@redhat.com>2002-06-26 10:20:20 +0000
committerFlorian La Roche <laroche@redhat.com>2002-06-26 10:20:20 +0000
commit7f968d6ce159032e5f170dcedefad83894bfb95e (patch)
tree5ed6c9dca4438cf3531276f0f35d018254871a11 /ppp/ip-up
parent943815067d4b3a1b01a524ac45fa66415e0e45e8 (diff)
downloadinitscripts-7f968d6ce159032e5f170dcedefad83894bfb95e.tar
initscripts-7f968d6ce159032e5f170dcedefad83894bfb95e.tar.gz
initscripts-7f968d6ce159032e5f170dcedefad83894bfb95e.tar.bz2
initscripts-7f968d6ce159032e5f170dcedefad83894bfb95e.tar.xz
initscripts-7f968d6ce159032e5f170dcedefad83894bfb95e.zip
- useless space changes
Diffstat (limited to 'ppp/ip-up')
-rw-r--r--ppp/ip-up3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppp/ip-up b/ppp/ip-up
index 685c2dfb..47517489 100644
--- a/ppp/ip-up
+++ b/ppp/ip-up
@@ -6,7 +6,8 @@
LOGDEVICE=$6
REALDEVICE=$1
-export PATH=/sbin:/usr/sbin:/bin:/usr/bin
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+export PATH
[ -f /etc/sysconfig/network-scripts/ifcfg-${LOGDEVICE} ] && /etc/sysconfig/network-scripts/ifup-post ifcfg-${LOGDEVICE}