[Blahzdns-cvs] blahzdns/outputInterfaces bind9.py,1.5,1.6
Status: Alpha
Brought to you by:
msroest
From: Mike R. <ms...@us...> - 2004-05-21 14:30:06
|
Update of /cvsroot/blahzdns/blahzdns/outputInterfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32345 Modified Files: bind9.py Log Message: Fix to also-notify output. Index: bind9.py =================================================================== RCS file: /cvsroot/blahzdns/blahzdns/outputInterfaces/bind9.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** bind9.py 19 May 2004 03:29:24 -0000 1.5 --- bind9.py 21 May 2004 14:29:57 -0000 1.6 *************** *** 290,294 **** val = zoHash.get("2") if val != None: ! output.write("\talso-notify {"+string.replace(val,",","; ")+"};\n") val = zoHash.get("3") if val != None: --- 290,294 ---- val = zoHash.get("2") if val != None: ! output.write("\talso-notify {"+string.replace(val,",","; ")+";};\n") val = zoHash.get("3") if val != None: |