diff --git a/ChangeLog b/ChangeLog index 35af82b..cd5ef93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,8 @@ - Slightly improved IPv6 support to start to bring it up to par with IPv4 support. - 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 - Fixing executable file permission issues diff --git a/tools/convert-config b/tools/convert-config index d0f0027..96f50e9 100755 --- a/tools/convert-config +++ b/tools/convert-config @@ -1,5 +1,5 @@ #!/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 "so please check your config files afterwards." @@ -18,4 +18,4 @@ sed -e 's/IPV6FORWARD/IPV6_FORWARD/' \ -e 's/IPV6ROUTEDCLIENTBLOCK/IPV6_ROUTEDCLIENTBLOCK/' options >> options.new mv options options.bak -mv options.new options \ No newline at end of file +mv options.new options