From c87a052c485d7522595d346613022c0b55e4c94f Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Fri, 15 Jun 2007 17:24:53 +0100 Subject: [PATCH] hibachidealers.com: Delete obsolete domain. Organization: Straylight/Edgeware From: Mark Wooding --- Makefile | 5 ----- hibachidealers.com.lisp | 19 ------------------- 2 files changed, 24 deletions(-) delete mode 100644 hibachidealers.com.lisp diff --git a/Makefile b/Makefile index cd898ae..1e98abc 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,11 @@ ZONE = zone -HIBACHI_ZONES = hibachidealers.com.zone DISTORTED_ZONES = \ distorted.org.uk.zone \ 198.29.172.in-addr.arpa.zone \ 199.29.172.in-addr.arpa.zone ALL_ZONES = \ - $(HIBACHI_ZONES) \ $(DISTORTED_ZONES) DOCS = distorted.tex @@ -26,9 +24,6 @@ install: all publish echo -n "$${i%.zone}: "; userv root named-reload $${i%.zone}; \ done -$(HIBACHI_ZONES): hibachidealers.com.lisp hosts.lisp - $(ZONE) $< - $(DISTORTED_ZONES): distorted.org.uk.lisp hosts.lisp $(ZONE) $< diff --git a/hibachidealers.com.lisp b/hibachidealers.com.lisp deleted file mode 100644 index d140e56..0000000 --- a/hibachidealers.com.lisp +++ /dev/null @@ -1,19 +0,0 @@ -;;; Zone source for hibachidealers.com - -(load "hosts" :verbose nil) - -(setf *default-zone-source* 'guvnor.distorted.org.uk.) - -(defzone hibachidealers.com - ;; - ;; Name servers - :ns ((boyle.ns :ip boyle.nsict.org) - (chiark.ns :ip chiark.greenend.org.uk) - (mccoy.ns :ip mccoy.flatline.org.uk)) - (guvnor.ns :a guvnor.distorted.org.uk) - ;; - ;; Colocated services - ((@ www www-test) :a boyle.nsict.org) - ;; - ;; Mail servers - :mx ((guvnor.mx :ip guvnor.distorted.org.uk))) -- [mdw]