From: Mark Wooding Date: Sun, 22 May 2011 14:36:52 +0000 (+0100) Subject: distorted.lisp, harlequin.lisp: Use explicit filetype for `hosts.lisp'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/b4d4c18b8ce51af4017c6072aeebb0641feec74c?hp=-c distorted.lisp, harlequin.lisp: Use explicit filetype for `hosts.lisp'. For some reason, CLisp didn't like it without. --- b4d4c18b8ce51af4017c6072aeebb0641feec74c 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")