udev-097: drop the MAKEDEV link from links.conf, it is created in the init script
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 25 Aug 2006 09:50:42 +0000 (09:50 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 25 Aug 2006 09:50:42 +0000 (09:50 +0000)
packages/udev/udev-097/links.conf [new file with mode: 0644]
packages/udev/udev_097.bb

diff --git a/packages/udev/udev-097/links.conf b/packages/udev/udev-097/links.conf
new file mode 100644 (file)
index 0000000..ee26012
--- /dev/null
@@ -0,0 +1,20 @@
+# This file does not exist. Please do not ask the debian maintainer about it.
+# You may use it to do strange and wonderful things, at your risk.
+
+L fd           /proc/self/fd
+L stdin                /proc/self/fd/0
+L stdout       /proc/self/fd/1
+L stderr       /proc/self/fd/2
+L core         /proc/kcore
+L sndstat      /proc/asound/oss/sndstat
+
+D pts
+D shm
+
+# Hic sunt leones.
+M ppp          c 108 0
+D loop
+M loop/0       b 7 0
+D net
+M net/tun      c 10 200
+
index 2e9e8d5..fe24573 100644 (file)
@@ -8,7 +8,7 @@ used to detect the type of a file system and read its metadata."
 DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \
 needed to link programs with libvolume_id."
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \