distorted.lisp, harlequin.lisp: Use explicit filetype for `hosts.lisp'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 22 May 2011 14:36:52 +0000 (15:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 22 May 2011 14:36:52 +0000 (15:36 +0100)
For some reason, CLisp didn't like it without.

distorted.lisp
harlequin.lisp

index b5a3e94..b9bf87b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; Zone file for distorted.org.uk
 
-(load "hosts" :verbose nil)
+(load "hosts.lisp" :verbose nil)
 
 ;;;--------------------------------------------------------------------------
 ;;; Network allocations
index 65374b5..148d696 100644 (file)
@@ -1,6 +1,6 @@
 ;;; Zone file for harlequin.org.uk
 
-(load "hosts" :verbose nil)
+(load "hosts.lisp" :verbose nil)
 
 (setf *default-zone-admin* "hostmaster@distorted.org.uk")