From b4bc9e6831f8394ec16f5bb446669733bd3c91a2 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 2 Oct 2008 18:55:58 -0400 Subject: [PATCH 1/1] Update the dns prod config to be less of a lie, at least for now svn path=/trunk/packages/xvm-prodconfig/; revision=1006 --- debian/changelog | 6 ++++++ files/etc/invirt/master.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 09d3ca5..e137784 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (0.9.1) unstable; urgency=low + + * Update dns section to be less of a lie + + -- Evan Broder Thu, 02 Oct 2008 18:55:26 -0400 + xvm-prodconfig (0.9) unstable; urgency=low * Add dns section, even though it's something of a lie diff --git a/files/etc/invirt/master.yaml b/files/etc/invirt/master.yaml index f001955..4f1cb49 100644 --- a/files/etc/invirt/master.yaml +++ b/files/etc/invirt/master.yaml @@ -30,7 +30,7 @@ remote: dns: contact: xvm@mit.edu domains: # first one is advertised - - xvm.mit.edu + - servers.csail.mit.edu nameservers: - hostname: xvm-2.mit.edu ip: 18.181.0.80 -- 1.7.9.5