aboutsummaryrefslogtreecommitdiffstats
path: root/ppp
diff options
context:
space:
mode:
authorDonnie Barnes <djb@redhat.com>1998-05-08 04:06:02 +0000
committerDonnie Barnes <djb@redhat.com>1998-05-08 04:06:02 +0000
commitd7e3064427870e4845839b86dab9cb457ef738a8 (patch)
tree05e9cbe0f0ef39f505b9e257441d33e99599b94e /ppp
parent574818d3656efd76bb3c4f9815c82f52c1631f47 (diff)
downloadinitscripts-d7e3064427870e4845839b86dab9cb457ef738a8.tar
initscripts-d7e3064427870e4845839b86dab9cb457ef738a8.tar.gz
initscripts-d7e3064427870e4845839b86dab9cb457ef738a8.tar.bz2
initscripts-d7e3064427870e4845839b86dab9cb457ef738a8.tar.xz
initscripts-d7e3064427870e4845839b86dab9cb457ef738a8.zip
added path shit to ip-up
Diffstat (limited to 'ppp')
-rw-r--r--ppp/ip-up2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppp/ip-up b/ppp/ip-up
index 76e9e76f..5d8ea9ab 100644
--- a/ppp/ip-up
+++ b/ppp/ip-up
@@ -6,6 +6,8 @@
LOGDEVICE=$6
REALDEVICE=$1
+export PATH=/sbin:/usr/sbin:/bin:/usr/bin
+
echo "$REALDEVICE" > /var/run/ppp-$LOGDEVICE.dev
[ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local $*