chiark
/
gitweb
/
~mdw
/
zones
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4d4c18
)
harlequin.lisp: Use the statically defined address for `guvnor'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 22 May 2011 14:39:19 +0000
(15:39 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 22 May 2011 14:39:19 +0000
(15:39 +0100)
This avoids exercising the resolver for what's anyway a locally defined
name, and also avoids stressing the local search rules.
harlequin.lisp
patch
|
blob
|
blame
|
history
diff --git
a/harlequin.lisp
b/harlequin.lisp
index 148d696547ebc2efbed4057ef6b1f1459cef6d40..ecb2a67cff81f7b647ac137b64adcdec83d9f153 100644
(file)
--- a/
harlequin.lisp
+++ b/
harlequin.lisp
@@
-11,8
+11,8
@@
(defhost mail metalzone)
(defhost bloghost vampire))
(t
(setf *default-zone-source* 'guvnor.distorted.org.uk.)
- (defhost mail guvnor.d
emon
)
- (defhost bloghost guvnor.d
emon
)))
+ (defhost mail guvnor.d
istorted.org.uk
)
+ (defhost bloghost guvnor.d
istorted.org.uk
)))
(defzone harlequin.org.uk
;;