From e9042b6355f6502f30f5d4b8dbf61cf01a2fd3ee Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 14 Jun 2007 15:13:02 +0000 Subject: - major changes in initscript. Could be LSB compatible - removed caching-nameserver subpackage and move configfiles from there into main bind package as default configuration - major changes in default configuration --- localhost.zone | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 localhost.zone (limited to 'localhost.zone') diff --git a/localhost.zone b/localhost.zone deleted file mode 100644 index 61b70d6..0000000 --- a/localhost.zone +++ /dev/null @@ -1,12 +0,0 @@ -$TTL 86400 -@ IN SOA @ root ( - 42 ; serial (d. adams) - 3H ; refresh - 15M ; retry - 1W ; expiry - 1D ) ; minimum - - IN NS @ - IN A 127.0.0.1 - IN AAAA ::1 - -- cgit