chiark / gitweb /
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 b5a3e949060c7083c0e0e4b77a12848518a5b2c2..b9bf87bfbaeef7718bd8289d2147cf19c86954cd 100644 (file)
@@ -1,6 +1,6 @@
 ;;; Zone file for distorted.org.uk
 
-(load "hosts" :verbose nil)
+(load "hosts.lisp" :verbose nil)
 
 ;;;--------------------------------------------------------------------------
 ;;; Network allocations
index 65374b5619a5fe65c5ded8bbd6db76ab1c763cad..148d696547ebc2efbed4057ef6b1f1459cef6d40 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")