[Blahzdns-cvs] blahzdns/outputInterfaces bind9.py,1.4,1.5
Status: Alpha
Brought to you by:
msroest
From: Mike R. <ms...@us...> - 2004-05-19 03:29:34
|
Update of /cvsroot/blahzdns/blahzdns/outputInterfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20340/outputInterfaces Modified Files: bind9.py Log Message: Fix bug with output interface for bind9 with regards to also-notify Index: bind9.py =================================================================== RCS file: /cvsroot/blahzdns/blahzdns/outputInterfaces/bind9.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** bind9.py 24 Apr 2004 22:53:53 -0000 1.4 --- bind9.py 19 May 2004 03:29:24 -0000 1.5 *************** *** 135,139 **** val = zoHash.get("2") if val != None: ! output.write("\talso-notify {"+string.replace(val,",","; ")+"};\n") val = zoHash.get("3") --- 135,139 ---- val = zoHash.get("2") if val != None: ! output.write("\talso-notify {"+string.replace(val,",","; ")+";};\n") val = zoHash.get("3") |