From 360ebdcf8443f1fc2b4ca03a4ac3246d078dc8f6 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 9 Aug 2009 21:40:31 +0000 Subject: [PATCH] give the function a better name Signed-off-by: Stephen Gran --- ud-generate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ud-generate b/ud-generate index 158c3f6..887176c 100755 --- a/ud-generate +++ b/ud-generate @@ -853,8 +853,8 @@ def ExtractDNSInfo(x): return DNSInfo -# Generate the DNS SSHFP records -def GenSSHFP(File): +# Generate the DNS records +def GenZoneRecords(File): F = None try: F = open(File + ".tmp", "w") @@ -1184,7 +1184,7 @@ for host in HostAttrs: if 'DNS' in ExtraList: GenDNS(OutDir + "dns-zone") - GenSSHFP(OutDir + "dns-sshfp") + GenZoneRecords(OutDir + "dns-sshfp") if 'AUTHKEYS' in ExtraList: DoLink(GlobalDir, OutDir, "authorized_keys") -- 2.20.1