From 26a0eb86d22dbbf5984602f24fe3e314fe4a4c6d Mon Sep 17 00:00:00 2001 From: jvdias Date: Tue, 7 Mar 2006 04:25:38 +0000 Subject: - replace caching-nameserver with bind-config sub-package - fix bug 181730: fix creation of named user & gid - fix bug 177595: handle case where $ROOTDIR is a link in initscript - fix bug 177001: bind-config creates symlinks OK now - fix bug 176388: named.conf is now never replaced by any RPM - fix bug 176246: remove unecessary creation of rpmsave links - fix bug 174925: no replacement of named.conf - fix bug 173963: existing named.conf never modified - major .spec file cleanup --- named.zero | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 named.zero (limited to 'named.zero') diff --git a/named.zero b/named.zero new file mode 100644 index 0000000..dca18f6 --- /dev/null +++ b/named.zero @@ -0,0 +1,8 @@ +$TTL 86400 +@ IN SOA localhost. root.localhost. ( + 42 ; serial (d. adams) + 3H ; refresh + 15M ; retry + 1W ; expiry + 1D ) ; minimum + IN NS localhost. -- cgit