From: Mark Wooding Date: Tue, 26 Jun 2007 16:43:12 +0000 (+0100) Subject: zone, frontend: Open up the writing of zones to files. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zone/commitdiff_plain/a567a3bce51edcee4bd83afd9eea82ea42b2ce1f?hp=a567a3bce51edcee4bd83afd9eea82ea42b2ce1f zone, frontend: Open up the writing of zones to files. All file writing is now done using generic functions, parameterized by a format keyword. Writing of the default BIND format zone files is also handled by generic functions, dispatched based on the record types. ---