[Lunar-commits] CVS: moonbase/filesys/udev DETAILS, 1.49, 1.50 BUILD, 1.15, 1.16

Jaime Buffery nestu at lunar-linux.org
Mon Feb 14 23:22:57 UTC 2005


Update of /var/cvs/lunar/moonbase/filesys/udev
In directory espresso.foo-projects.org:/tmp/cvs-serv1600

Modified Files:
	DETAILS BUILD 
Log Message:
Added a patch for the scsi node creation symlink script, since we cannot 
assure that /usr is mounted ( readlink is at /usr/bin/readlink). We use 
a dummy func, provided by the patch intead


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/udev/DETAILS,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- DETAILS	12 Feb 2005 19:02:09 -0000	1.49
+++ DETAILS	14 Feb 2005 23:22:54 -0000	1.50
@@ -1,11 +1,14 @@
           MODULE=udev
          VERSION=051
           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:336e9ed6ee43e3ae4d4867a47086e40507989386
+     SOURCE2_VFY=sha1:9fc20cdd3ae95476dc066b2ff20c167f5c41c736
         WEB_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
          ENTERED=20040104
-         UPDATED=20050212
+         UPDATED=20050214
            PSAFE=no
            SHORT="Device naming from userspace for 2.6+ kernels"
 cat << EOF

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/udev/BUILD,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- BUILD	12 Feb 2005 19:02:08 -0000	1.15
+++ BUILD	14 Feb 2005 23:22:54 -0000	1.16
@@ -1,4 +1,6 @@
 (
+    patch_it $SOURCE2 0        &&
+
     make udevdir=/dev          &&
     prepare_install            &&
     make udevdir=/dev install  &&



More information about the Lunar-commits mailing list