1
0

Minor script fix

Dieser Commit ist enthalten in:
bbruns 2010-10-16 19:27:03 +00:00
Ursprung 2bbc84b70a
Commit cca3f45be6
2 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -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

Datei anzeigen

@ -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."