[Lunar-commits] CVS: moonbase/utils/module-init-tools BUILD, 1.12, 1.13 DETAILS, 1.8, 1.9

Veerappan watryac04 at lunar-linux.org
Tue Mar 23 23:15:53 GMT 2004


Update of /var/cvs/lunar/moonbase/utils/module-init-tools
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30487

Modified Files:
	BUILD DETAILS 
Log Message:
Had some errors in the BUILD logic, so I cleaned that up.  Also, fixed 
up the MD5 and the UPDATED fields.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/module-init-tools/BUILD,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- BUILD	10 Mar 2004 06:31:09 -0000	1.12
+++ BUILD	23 Mar 2004 23:15:51 -0000	1.13
@@ -7,16 +7,12 @@
                --mandir=/usr/share/man  \
 	       --prefix=/		&&
   make                                  &&
-  if module_installed modutils; then
-  	make moveold
-  fi 					&& 
+  if module_installed modutils && [ ! -e /sbin/insmod.old ]; then
+	make moveold
+  fi					&&
   if module_installed modutils && [ ! -e /etc/modprobe.conf ]; then
-	echo generating modprobe.conf
-	./generate-modprobe.conf /etc/modprobe.conf
-  fi 					&&
-
-
-  prepare_install                       &&
+        	./generate-modprobe.conf /etc/modprobe.conf
+  fi 					&& 
   install -m0644 modprobe.devfs /etc    &&
 
   make install                          &&

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/module-init-tools/DETAILS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DETAILS	28 Jan 2004 05:02:51 -0000	1.8
+++ DETAILS	23 Mar 2004 23:15:51 -0000	1.9
@@ -1,14 +1,14 @@
           MODULE=module-init-tools
-         VERSION=0.9.14
+         VERSION=3.0
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/people/rusty/modules/$SOURCE
    SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules/$SOURCE
    SOURCE_URL[2]=http://www.lunar-linux.org/lunar/cache/$SOURCE
-      SOURCE_VFY=md5:b97a2c6226934fade702bd79c5211cab
+      SOURCE_VFY=md5:f8bfc480c4168978eca7037cd341da07
         WEB_SITE=http://www.kernel.org/
          ENTERED=20030410
-         UPDATED=20040128
+         UPDATED=20040323
         SHORT="module-init-tools contains utilities essential for a modular Linux 2.6.x kernel."
 
 cat << EOF



More information about the Lunar-commits mailing list