From 7da7105d1582bdd06d97be944ec10052a7e136b4 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 12 Jan 2009 21:44:23 +0000 Subject: [PATCH] distorted: Switch around the ntp servers. Now vampire is the primary. Currently both are getting time directly from upstream. --- distorted.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index 3d21619..113d650 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -99,8 +99,8 @@ (vox (inet :svc guvnor.demon) (fretwank :svc vampire)) ;; ;; Internal services - ((news ntp) (fretwank :svc metalzone)) - ((www-cache wpad ntp1) (fretwank :svc vampire)) + ((news ntp1) (fretwank :svc metalzone)) + ((www-cache wpad ntp) (fretwank :svc vampire)) ;; ;; Wired ethernet (fretwank :net fretwank) -- 2.11.0