diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-03-14 21:23:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-03-14 21:23:57 +0000 |
commit | 0c2a46ee5cde03ff37028a190db9bc68524d5f8c (patch) | |
tree | d56a278a53d8ab3afaf016aca60eba197ef38f12 /main/bind/bind.localhost.zone | |
parent | e2a0a41ad891af0c727155d1a1e2d69b13480f14 (diff) | |
download | aports-0c2a46ee5cde03ff37028a190db9bc68524d5f8c.tar.bz2 aports-0c2a46ee5cde03ff37028a190db9bc68524d5f8c.tar.xz |
main/bind: cleanup and fix named.initd stop
Diffstat (limited to 'main/bind/bind.localhost.zone')
-rw-r--r-- | main/bind/bind.localhost.zone | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/bind/bind.localhost.zone b/main/bind/bind.localhost.zone deleted file mode 100644 index 338d7050c..000000000 --- a/main/bind/bind.localhost.zone +++ /dev/null @@ -1,11 +0,0 @@ -$TTL 1W -@ IN SOA ns.localhost. root.localhost. ( - 2002081601 ; Serial - 28800 ; Refresh - 14400 ; Retry - 604800 ; Expire - 1 week - 86400 ) ; Minimum -@ IN NS ns -ns IN A 127.0.0.1 - -ns IN AAAA ::1 |