In xvm-prodconfig: 1.1.14
authorEvan Broder <broder@mit.edu>
Mon, 22 Jun 2009 04:16:09 +0000 (00:16 -0400)
committerEvan Broder <broder@mit.edu>
Mon, 22 Jun 2009 04:16:09 +0000 (00:16 -0400)
  * Add a CNAME to the zone file to make Vista registration work.

svn path=/trunk/packages/xvm-prodconfig/; revision=2360

debian/changelog
zone

index 490b48f..b0749af 100644 (file)
@@ -1,3 +1,9 @@
+xvm-prodconfig (1.1.14) unstable; urgency=low
+
+  * Add a CNAME to the zone file to make Vista registration work.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 21 Jun 2009 21:11:10 -0700
+
 xvm-prodconfig (1.1.13) unstable; urgency=low
 
   * Add a mail.contact entry for who to forward mail to.
 xvm-prodconfig (1.1.13) unstable; urgency=low
 
   * Add a mail.contact entry for who to forward mail to.
diff --git a/zone b/zone
index 84f160e..0745cba 100644 (file)
--- a/zone
+++ b/zone
@@ -1,5 +1,5 @@
 @       900     IN      SOA     xvm.mit.edu. xvm.mit.edu. (
 @       900     IN      SOA     xvm.mit.edu. xvm.mit.edu. (
-        2
+        3
         1d
         1d
         1d
         1d
         1d
         1d
@@ -18,6 +18,9 @@ localhost       IN      TXT     "reserved to prevent confusion with your own com
 localdomain     IN      TXT     "reserved to prevent confusion with your own computer"
 broadcasthost   IN      TXT     "reserved to prevent confusion with your own computer"
 
 localdomain     IN      TXT     "reserved to prevent confusion with your own computer"
 broadcasthost   IN      TXT     "reserved to prevent confusion with your own computer"
 
+; Make Vista activation work
+_vlmcs._tcp     IN      CNAME   _vlmcs._tcp.mit.edu.
+
 ; Athena services we don't want to conflict with
 athena          IN      TXT     "reserved to prevent confusion with common Athena services"
 dialup          IN      TXT     "reserved to prevent confusion with common Athena services"
 ; Athena services we don't want to conflict with
 athena          IN      TXT     "reserved to prevent confusion with common Athena services"
 dialup          IN      TXT     "reserved to prevent confusion with common Athena services"