[Lunar-commits] CVS: moonbase/filesys/udev BUILD, 1.11, 1.12 DETAILS, 1.44, 1.45

Jasper Huysmans jasper at lunar-linux.org
Wed Nov 24 16:55:03 UTC 2004


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

Modified Files:
	BUILD DETAILS 
Log Message:
Not PSAFE+ properly check if build fails

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/udev/BUILD,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- BUILD	8 Nov 2004 19:24:04 -0000	1.11
+++ BUILD	24 Nov 2004 16:55:01 -0000	1.12
@@ -1,20 +1,20 @@
 (
 
-    patch_it $SOURCE2 1
+    patch_it $SOURCE2 1 					&&
   
 #    sedit "s:prefix}/udev:prefix}/dev:"  Makefile  &&
-    default_make
+    default_make						&&
  
     # install the init.d script
     # we cannot use automagic install via coretools
     # since the udev script would be linked from rcX.d
     # and would interfere with boot/{reboot,halt}
-    install ${SCRIPT_DIRECTORY}/udev /etc/init.d/   
+    install ${SCRIPT_DIRECTORY}/udev /etc/init.d/   		&&
 
-    UDEV_ETC_DIR=/etc/udev/
-    mkdir -p ${UDEV_ETC_DIR}/scripts.d
-    install 99-udev.permissions ${UDEV_ETC_DIR}/permissions.d/  
-    install 99-udev.rules       ${UDEV_ETC_DIR}/rules.d/  
-    install scripts.d/*         ${UDEV_ETC_DIR}/scripts.d/  
+    UDEV_ETC_DIR=/etc/udev/					&&
+    mkdir -p ${UDEV_ETC_DIR}/scripts.d				&&
+    install 99-udev.permissions ${UDEV_ETC_DIR}/permissions.d/  &&
+    install 99-udev.rules       ${UDEV_ETC_DIR}/rules.d/  	&&
+    install scripts.d/*         ${UDEV_ETC_DIR}/scripts.d/
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/udev/DETAILS,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- DETAILS	21 Nov 2004 19:11:27 -0000	1.44
+++ DETAILS	24 Nov 2004 16:55:01 -0000	1.45
@@ -1,5 +1,6 @@
           MODULE=udev
          VERSION=046
+	   PSAFE=no
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.kernel.org/pub/linux/utils/kernel/hotplug/
       SOURCE_VFY=sha1:c403fa33be064aa3b7eb30f4fac478b767b120da



More information about the Lunar-commits mailing list