From b3f3daaf91ab0eaa0eb29b33b19a0adac616bfe4 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mon, 18 Jun 2007 12:40:28 +0000 Subject: - marked caching-nameserver as obsolete (#244604) - fixed typo in initscript (causes that named doesn't detect NetworkManager correctly) - next cleanup in configuration - moved configfiles into config.tar - removed delay between start & restart in initscript --- named.loopback | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 named.loopback (limited to 'named.loopback') diff --git a/named.loopback b/named.loopback deleted file mode 100644 index 1f69aa9..0000000 --- a/named.loopback +++ /dev/null @@ -1,9 +0,0 @@ -$TTL 1D -@ IN SOA localhost. root.localhost. ( - 0 ; serial - 3H ; refresh - 1H ; retry - 1W ; expire - 3H ) ; minimum - IN NS localhost. - IN PTR localhost. -- cgit