X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=tools%2Fconvert-conf.py;h=e91aa3df7883ae49da9e9d34e05d03aade184778;hb=92ca78e95bb10e69d5484ed79801c125c789a118;hp=825b03f348312305c5de23ab1d09116a28e203cd;hpb=bafebe0b8a1f3d99f595959b745f1db14940bffa;p=ircu2.10.12-pk.git diff --git a/tools/convert-conf.py b/tools/convert-conf.py index 825b03f..e91aa3d 100755 --- a/tools/convert-conf.py +++ b/tools/convert-conf.py @@ -22,7 +22,7 @@ # Usage: # convert-conf.py < old.conf > new.conf # -# $Id: convert-conf.py,v 1.2 2005-02-19 21:50:48 isomer Exp $ +# $Id: convert-conf.py,v 1.3 2005-03-19 23:04:07 entrope Exp $ # import sys @@ -249,7 +249,7 @@ if len(connects.keys()): if connects[i].has_key("hub"): print "\thub = \"%s\";" % qstr(connects[i]["hub"]) else: - print "\tleaf = \"yes\";" + print "\tleaf;" print "};" print