From 4a372d1b5cd38c657bb269cc9ec666f1647ca797 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 2 Sep 2013 14:45:41 +0100 Subject: [PATCH] hosts.lisp, distorted.lisp: Allocate address for jaguar. --- distorted.lisp | 3 +++ hosts.lisp | 1 + 2 files changed, 4 insertions(+) diff --git a/distorted.lisp b/distorted.lisp index 0bf09f2..0cdd8b3 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -138,6 +138,9 @@ (jump :a jazz.jump) (iodine :a jazz.iodine)) + ;; Media server (on loan to Good Technology HSTG). + (jaguar (jump :a jaguar.jump)) + ;; Nicko's server. (richmond (jump :a richmond.jump)) diff --git a/hosts.lisp b/hosts.lisp index 9e3cabf..b883e15 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -57,6 +57,7 @@ (defhost telecaster.jump (jump 7)) (defhost stratocaster.jump (jump 8)) (defhost jazz.jump (jump 9)) +(defhost jaguar.jump (jump 11)) (defhost richmond.jump (jump 12)) (defhost anon.jump (jump 13)) (defhost blackhole.jump (jump 14)) -- 2.11.0