[Lunar-commits] CVS: moonbase/kernel/linux-2.6-inotify DETAILS, 1.2, 1.3 PRE_BUILD, 1.2, 1.3

Nick Hudson nhudson at lunar-linux.org
Thu Apr 7 02:44:38 UTC 2005


Update of /var/cvs/lunar/moonbase/kernel/linux-2.6-inotify
In directory espresso.foo-projects.org:/tmp/cvs-serv21421

Modified Files:
	DETAILS PRE_BUILD 
Log Message:

Updating the inotify patch to the latest version 0.22 and forcing a clean kernel tree to patch it


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-2.6-inotify/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	29 Mar 2005 21:52:46 -0000	1.2
+++ DETAILS	7 Apr 2005 02:44:35 -0000	1.3
@@ -1,17 +1,17 @@
           MODULE=linux-2.6-inotify
   KERNEL_VERSION=2.6.11
- INOTIFY_VERSION=0.21
+ INOTIFY_VERSION=0.22
          VERSION=${KERNEL_VERSION}-inotify
           SOURCE=linux-${KERNEL_VERSION}.tar.bz2
-         SOURCE2=inotify-${INOTIFY_VERSION}-rml-${KERNEL_VERSION}-2.patch
+         SOURCE2=inotify-${INOTIFY_VERSION}-rml-${KERNEL_VERSION}-1.patch
    SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/
    SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/
      SOURCE2_URL=http://www.kernel.org/pub/linux/kernel/people/rml/inotify/v2.6/${INOTIFY_VERSION}/
       SOURCE_VFY=sha1:d72ab76360d004dac4b976633dd0490e8d4b15cd
-     SOURCE2_VFY=sha1:2b6c4dcf311299684fa0eecb448bad4817df3d7f
+     SOURCE2_VFY=sha1:008881fc9997ba0adc9f6898363b340024d12177
 	WEB_SITE=http://www.kernel.org
          ENTERED=20041026
-         UPDATED=20050329
+         UPDATED=20050407
            SHORT="2.6 Kernel with Robert Love's Inotify Patch"
 cat << EOF
 ${SHORT}

Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-2.6-inotify/PRE_BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- PRE_BUILD	29 Mar 2005 21:52:46 -0000	1.2
+++ PRE_BUILD	7 Apr 2005 02:44:35 -0000	1.3
@@ -1,6 +1,8 @@
 cd /usr/src
 
-if [ ! -d /usr/src/linux-${VERSION} ]; then
+# For now commenting this out because the new patch has to be applied
+# in the kernel so we need a clean kernel tree
+# if [ ! -d /usr/src/linux-${VERSION} ]; then
     
     rm  -rf  linux-${KERNEL_VERSION} # we remove this one just in case
     rm  -rf  linux-${VERSION}
@@ -32,13 +34,13 @@
       fi
      done
 
-else
+# else
 
-    message "Sources found: /usr/src/linux-${VERSION}"
+#    message "Sources found: /usr/src/linux-${VERSION}"
     
-    if [ "`readlink linux`" != "linux-${VERSION}" ]; then
-		rm -rf linux	
-		ln -s linux-${VERSION} linux
-    fi
+#    if [ "`readlink linux`" != "linux-${VERSION}" ]; then
+#		rm -rf linux	
+#		ln -s linux-${VERSION} linux
+#    fi
 
-fi
+# fi



More information about the Lunar-commits mailing list