Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2008 18:58:40 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 151676 for review
Message-ID:  <200810211858.m9LIweKR049604@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151676

Change 151676 by sam@sam_ebb on 2008/10/21 18:58:03

	o correct debug sku
	o add debug country code

Affected files ...

.. //depot/projects/vap/etc/regdomain.xml#5 edit

Differences ...

==== //depot/projects/vap/etc/regdomain.xml#5 (text+ko) ====

@@ -39,7 +39,7 @@
 -->
 <rd id="debug">
   <name>DEBUG</name>
-  <sku>0</sku>
+  <sku>0x1ff</sku>
 </rd>
 
 <rd id="fcc">
@@ -1478,6 +1478,10 @@
 <country id="ZW">
   <isocc>716</isocc> <name>Zimbabwe</name> <rd ref="none"/>
 </country>
+
+<country id="DEBUG">
+  <isocc>0</isocc> <name>Debug</name> <rd ref="debug"/>
+</country>
 </country-codes>
 
 <!--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810211858.m9LIweKR049604>