This commit is contained in:
Simo Sorce 2007-08-09 14:58:28 -04:00
parent a59c36b394
commit d60f233223

View File

@ -162,7 +162,7 @@ class KrbInstance:
def __create_sample_bind_zone(self):
bind_txt = template_file(SHARE_DIR + "bind.zone.db.template", self.sub_dict)
[bind_fd, bind_name] = tempfile.mkstemp(".db","sammple.zone.")
[bind_fd, bind_name] = tempfile.mkstemp(".db","sample.zone.")
os.write(bind_fd, bind_txt)
os.close(bind_fd)
print "Sample zone file for bind has been created in "+bind_name