From b4d4c18b8ce51af4017c6072aeebb0641feec74c Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 22 May 2011 15:36:52 +0100 Subject: [PATCH] distorted.lisp, harlequin.lisp: Use explicit filetype for `hosts.lisp'. Organization: Straylight/Edgeware From: Mark Wooding For some reason, CLisp didn't like it without. --- distorted.lisp | 2 +- harlequin.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index b5a3e94..b9bf87b 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -1,6 +1,6 @@ ;;; Zone file for distorted.org.uk -(load "hosts" :verbose nil) +(load "hosts.lisp" :verbose nil) ;;;-------------------------------------------------------------------------- ;;; Network allocations diff --git a/harlequin.lisp b/harlequin.lisp index 65374b5..148d696 100644 --- a/harlequin.lisp +++ b/harlequin.lisp @@ -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") -- [mdw]