diff options
author | Florian La Roche <laroche@redhat.com> | 2002-06-26 10:20:20 +0000 |
---|---|---|
committer | Florian La Roche <laroche@redhat.com> | 2002-06-26 10:20:20 +0000 |
commit | 7f968d6ce159032e5f170dcedefad83894bfb95e (patch) | |
tree | 5ed6c9dca4438cf3531276f0f35d018254871a11 /ppp/ip-down | |
parent | 943815067d4b3a1b01a524ac45fa66415e0e45e8 (diff) | |
download | initscripts-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-down')
-rw-r--r-- | ppp/ip-down | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ppp/ip-down b/ppp/ip-down index c917552c..70f1aa8f 100644 --- a/ppp/ip-down +++ b/ppp/ip-down @@ -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 [ -x /etc/ppp/ip-down.local ] && /etc/ppp/ip-down.local "$@" |