From: Perry Lorier Date: Mon, 25 Apr 2005 04:04:17 +0000 (+0000) Subject: Author: Isomer X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=f95b92f445248781dc9cd968bf4e6d953fc503e3 Author: Isomer Log message: Place a message in the config suggesting adding port lines to Connect blocks too. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1385 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/tools/convert-conf.py b/tools/convert-conf.py index f093547..8e94a71 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.7 2005-04-25 04:00:50 isomer Exp $ +# $Id: convert-conf.py,v 1.8 2005-04-25 04:04:17 isomer Exp $ # import sys @@ -347,6 +347,8 @@ if len(connects.keys()): else: print "\tleaf;" if not connects[i].has_key("port"): + print "# You can now specify ports without implying autoconnect" + print "#\tport = 4400;" print "\tautoconnect = no;" sys.stderr.write("NOTE: You should add a port for \"%s\", autoconnect is now specified seperately\n" % qstr(connects[i]["name"])) print "};"