Minor script fix
parent
2bbc84b70a
commit
cca3f45be6
|
@ -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 <bruns@2mbit.com>
|
||||
- Fixing executable file permission issues
|
||||
|
|
|
@ -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
|
||||
mv options.new options
|
||||
|
|
Loading…
Reference in New Issue