<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>subarch/core2_32.spec</filename>
    </added>
    <added>
      <filename>subarch/opteron_32.spec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -92,13 +92,15 @@ chroot/run: [
 
 	# device nodes
 
+	# This is required for Funtoo udev prior to 135-r8 only.
+	
 	echo &quot;Creating device nodes...&quot;
-	mknod /lib/udev/devices/ttyp0 c 3 0 || exit 8
-	mknod /lib/udev/devices/ptyp0 c 2 0 || exit 9
-	mknod /lib/udev/devices/ptmx c 5 2 || exit 10
-	mknod /lib/udev/devices/urandom c 1 9 || exit 10
-	mknod /lib/udev/devices/random c 1 8 || exit 10
-	mknod /lib/udev/devices/zero c 1 5 || exit 10
+	[ -e /lib/udev/devices/ttyp0 ] || mknod /lib/udev/devices/ttyp0 c 3 0 || exit 8
+	[ -e /lib/udev/devices/ptyp0 ] || mknod /lib/udev/devices/ptyp0 c 2 0 || exit 9
+	[ -e /lib/udev/devices/ptmx ] || mknod /lib/udev/devices/ptmx c 5 2 || exit 10
+	[ -e /lib/udev/devices/urandom ] || mknod /lib/udev/devices/urandom c 1 9 || exit 10
+	[ -e /lib/udev/devices/random ] || mknod /lib/udev/devices/random c 1 8 || exit 10
+	[ -e /lib/udev/devices/zero ] || mknod /lib/udev/devices/zero c 1 5 || exit 10
 
 	# OpenRC - prior to 0.3.0
 	# cp /etc/rc.conf /etc/rc.conf.orig || exit 11</diff>
      <filename>targets/gentoo/openvz.spec</filename>
    </modified>
    <modified>
      <diff>@@ -82,7 +82,7 @@ EOF
 
 export buildpkgs=&quot;$(python /tmp/build.py)&quot;
 export STAGE1_USE=&quot;$(portageq envvar STAGE1_USE)&quot;
-export USE=&quot;-* bindist build ${STAGE1_USE}&quot;
+export USE=&quot;-* bindist build xml ${STAGE1_USE}&quot;
 export FEATURES=&quot;$FEATURES nodoc noman noinfo&quot;
 ## Sanity check profile
 if [ -z &quot;${buildpkgs}&quot; ]</diff>
      <filename>targets/gentoo/stage1.spec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5f69a7ae0215cb244c59bd20a75b0f15c4a6a2df</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Robbins</name>
    <email>drobbins@funtoo.org</email>
  </author>
  <url>http://github.com/funtoo/metro/commit/ae10f4d127850efea02dca9839069b0fe4e2e46a</url>
  <id>ae10f4d127850efea02dca9839069b0fe4e2e46a</id>
  <committed-date>2009-08-19T12:03:03-07:00</committed-date>
  <authored-date>2009-08-19T12:03:03-07:00</authored-date>
  <message>more robust for udev-135-r8, new 32-bit stuff</message>
  <tree>0080293e72898855a2b5f519fd0e853027efd182</tree>
  <committer>
    <name>Daniel Robbins</name>
    <email>drobbins@funtoo.org</email>
  </committer>
</commit>
