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/ipv6-up | |
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/ipv6-up')
-rw-r--r-- | ppp/ipv6-up | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ppp/ipv6-up b/ppp/ipv6-up index 921f8cdd..ebc454c9 100644 --- a/ppp/ipv6-up +++ b/ppp/ipv6-up @@ -1,15 +1,13 @@ #!/bin/bash - # This file should not be modified -- make local changes to # /etc/ppp/ipv6-up.local instead -# Version: 2002-01-12 +PATH=/sbin:/usr/sbin:/bin:/usr/bin +export PATH LOGDEVICE=$6 REALDEVICE=$1 -export PATH=/sbin:/usr/sbin:/bin:/usr/bin - # Setup IPv6 if [ -f /etc/sysconfig/network ]; then . /etc/sysconfig/network |