[Lunar-commits] r17572 - moonbase/trunk/filesys/udev

Moritz Heiber moe at lunar-linux.org
Mon Dec 5 15:56:37 UTC 2005


Author: moe
Date: 2005-12-05 15:56:36 +0000 (Mon, 05 Dec 2005)
New Revision: 17572

Modified:
   moonbase/trunk/filesys/udev/BUILD
   moonbase/trunk/filesys/udev/DETAILS
Log:
Florin, I'm reverting your changes here, as it breaks at least
my box and one of our users (oronar). Until udev >068 is 
tested properly (I don't even get how it works) we will have
to stick with this version.

I think nestu is the only one who really knows our setup (shame)



Modified: moonbase/trunk/filesys/udev/BUILD
===================================================================
--- moonbase/trunk/filesys/udev/BUILD	2005-12-05 15:56:16 UTC (rev 17571)
+++ moonbase/trunk/filesys/udev/BUILD	2005-12-05 15:56:36 UTC (rev 17572)
@@ -20,7 +20,8 @@
     install -m755 ${SOURCE_DIRECTORY}/etc/udev/gentoo/udev.rules \
 		  /etc/udev/rules.d/50-udev.rules  &&
 
-    for script in ide-devfs.sh raid-devfs.sh scsi-devfs.sh
+    for script in ide-devfs.sh raid-devfs.sh scsi-devfs.sh \
+		  inputdev.sh dvb.sh
     do
         install -m755 extras/${script} /etc/udev/scripts.d/
     done

Modified: moonbase/trunk/filesys/udev/DETAILS
===================================================================
--- moonbase/trunk/filesys/udev/DETAILS	2005-12-05 15:56:16 UTC (rev 17571)
+++ moonbase/trunk/filesys/udev/DETAILS	2005-12-05 15:56:36 UTC (rev 17572)
@@ -1,14 +1,14 @@
           MODULE=udev
-         VERSION=077
+         VERSION=068
           SOURCE=$MODULE-$VERSION.tar.bz2
          SOURCE2=scsi-devfs.sh.patch
       SOURCE_URL=http://www.kernel.org/pub/linux/utils/kernel/hotplug/
      SOURCE2_URL=$PATCH_URL/
-      SOURCE_VFY=sha1:666cef60abe39f17a1fbf27443e030e0674f5b1c
+      SOURCE_VFY=sha1:c20edea3c37d524d8d9458fbfb801060182d054b
      SOURCE2_VFY=sha1:9fc20cdd3ae95476dc066b2ff20c167f5c41c736
         WEB_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
          ENTERED=20040104
-         UPDATED=20051204
+         UPDATED=20050918
            PSAFE=no
            SHORT="Device naming from userspace for 2.6+ kernels"
 



More information about the Lunar-commits mailing list