Minor script fix
parent
2bbc84b70a
commit
cca3f45be6
|
@ -5,7 +5,8 @@
|
||||||
- Slightly improved IPv6 support to start to bring
|
- Slightly improved IPv6 support to start to bring
|
||||||
it up to par with IPv4 support.
|
it up to par with IPv4 support.
|
||||||
- ipv6 marking support, changed ipv4 to use | instead of :
|
- ipv6 marking support, changed ipv4 to use | instead of :
|
||||||
- Renamed IPV6 variables, compatibility in place for now in static file
|
- Renamed IPV6 variables, please read INSTALL file about conversion of config file
|
||||||
|
to new format.
|
||||||
|
|
||||||
0.9.8a - Brielle Bruns <bruns@2mbit.com>
|
0.9.8a - Brielle Bruns <bruns@2mbit.com>
|
||||||
- Fixing executable file permission issues
|
- Fixing executable file permission issues
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "This script converts certain aspects of old config files, such
|
echo "This script converts certain aspects of old config files, such"
|
||||||
echo "as renamed variables to the new variable names. It is NOT foolproof"
|
echo "as renamed variables to the new variable names. It is NOT foolproof"
|
||||||
echo "so please check your config files afterwards."
|
echo "so please check your config files afterwards."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue