[Lunar-commits] CVS: moonbase/utils/hotplug DETAILS, 1.7, 1.8 BUILD, 1.7, 1.8

Jaime Buffery nestu at lunar-linux.org
Fri Oct 8 22:16:41 UTC 2004


Update of /var/cvs/lunar/moonbase/utils/hotplug
In directory espresso.foo-projects.org:/tmp/cvs-serv4429

Modified Files:
	DETAILS BUILD 
Log Message:
Version bump: 2004_04_01 -> 2004_09_23. gcc 3.3.3, glibc 2.3.2, headers 2.6.8.1
Removed the firmware.agent patch, that now is served from the source tarball ;)


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/hotplug/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS	5 Oct 2004 09:30:19 -0000	1.7
+++ DETAILS	8 Oct 2004 22:16:39 -0000	1.8
@@ -1,18 +1,15 @@
           MODULE=hotplug
-         VERSION=2004_04_01
+         VERSION=2004_09_23
           SOURCE=$MODULE-$VERSION.tar.gz
-	 SOURCE2=firmware.agent
-	 SOURCE3=hotplug_initscript.patch
+	     SOURCE2=hotplug_initscript.patch
    SOURCE_URL[0]=http://kernel.org/pub/linux/utils/kernel/$MODULE/
    SOURCE_URL[1]=$SFORGE_URL/linux-$MODULE/
      SOURCE2_URL=$PATCH_URL/
-     SOURCE3_URL=$PATCH_URL/
-      SOURCE_VFY=md5:d677a75d6dd6cabbb929470418ad8018
-     SOURCE2_VFY=md5:f95adaf4c43ce30a158fd2bb5b570e27
-     SOURCE3_VFY=md5:86a6d6e4c0397a4616ec4aaa03d9c956 
+      SOURCE_VFY=sha:76da21f14e8652f6b796d0d7ed7dbaa9b2a04b27
+     SOURCE2_VFY=sha:57ae7c840c3f0fe691993174a007444cff53db57
         WEB_SITE=http://linux-hotplug.sourceforge.net/
          ENTERED=20020814
-         UPDATED=20040410
+         UPDATED=20041008
            SHORT="The user space hotplug device manager"
 
 cat <<EOF

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/hotplug/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD	11 Sep 2004 19:59:47 -0000	1.7
+++ BUILD	8 Oct 2004 22:16:39 -0000	1.8
@@ -1,8 +1,7 @@
 (
 
-  patch_it ${SOURCE_CACHE}/$SOURCE3 0  &&
-  prepare_install                      &&
-  make install                         &&
-  install -p -m 755 $SOURCE_CACHE/$SOURCE2 /etc/hotplug
+  patch_it ${SOURCE2} 0 &&
+  prepare_install		&&
+  make install                        
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list