diff options
author | Donnie Barnes <djb@redhat.com> | 1998-05-08 04:06:02 +0000 |
---|---|---|
committer | Donnie Barnes <djb@redhat.com> | 1998-05-08 04:06:02 +0000 |
commit | d7e3064427870e4845839b86dab9cb457ef738a8 (patch) | |
tree | 05e9cbe0f0ef39f505b9e257441d33e99599b94e /ppp/ip-up | |
parent | 574818d3656efd76bb3c4f9815c82f52c1631f47 (diff) | |
download | initscripts-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/ip-up')
-rw-r--r-- | ppp/ip-up | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $* |