From 6ef39f28b69081fd16c114af34a1ea1196caebaa Mon Sep 17 00:00:00 2001 Message-Id: <6ef39f28b69081fd16c114af34a1ea1196caebaa.1714235752.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 31 May 2011 10:20:01 +0100 Subject: [PATCH 1/1] distorted.lisp: Full stops in section comments. Organization: Straylight/Edgeware From: Mark Wooding --- distorted.lisp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index b5a3e94..c4a3fe6 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -70,33 +70,33 @@ (defhost dns-frontend guvnor.demon))) (defzone distorted.org.uk ;; - ;; Nameservers + ;; Nameservers. :ns #+subnet/fretwank ((metalzone.ns :ip metalzone) (vampire.ns :ip vampire)) #-subnet/fretwank ((boyle.ns :ip boyle.nsict.org) (chiark.ns :ip chiark.greenend.org.uk) (guvnor.ns :ip guvnor.demon)) ;; - ;; Mail servers + ;; Mail servers. ((@ mail lists bugs cryptomail) :mx mail :srv ((:smtp mail))) ;; - ;; Other services + ;; Other services. :srv ((:http www) (:ftp ftp)) ;; - ;; Colocated services + ;; Colocated services. ;;((www ftp git) (inet :svc boyle.nsict.org) (fretwank :svc metalzone)) ;; - ;; Entry is via little port-forwarding box + ;; Entry is via little port-forwarding box. (guvnor (inet :a guvnor.demon) (fretwank :a guvnor)) ;; - ;; Wireless gateway + ;; Wireless gateway. (untrusted :net untrusted) (evolution (untrusted :a evolution)) ;; - ;; Local services + ;; Local services. (@ :svc www-frontend) ((www ftp wiki git bugs mail) (inet :svc guvnor.demon) @@ -106,11 +106,11 @@ (defzone distorted.org.uk (fretwank :svc vampire)) (vox (inet :svc guvnor.demon) (fretwank :svc vampire)) ;; - ;; Internal services + ;; Internal services. ((ntp1) (fretwank :svc metalzone)) ((www-cache wpad ntp news) (fretwank :svc vampire)) ;; - ;; Wired ethernet + ;; Wired ethernet. (fretwank :net fretwank) (metalzone (inet :a guvnor.demon) (fretwank :a metalzone)) @@ -119,18 +119,18 @@ (defzone distorted.org.uk (iodine :a vampire.iodine)) (obsidian (fretwank :a obsidian)) ;; - ;; Virtual network + ;; Virtual network. (virtual :net virtual) (crybaby (virtual :a crybaby)) (terror (virtual :a terror)) (iodine :net iodine) ;; - ;; ITS + ;; ITS. (its :net its) (gw (its :a gw)) (mz (its :a mz)) ;; - ;; Delegations + ;; Delegations. #+subnet/fretwank (dhcp :ns (metalzone.ns vampire.ns)) (io :ns ((ns.io :ip dns-frontend)))) -- [mdw]