[Lunar-commits] r20869 - moonbase/trunk/utils/lilo

Jerry Lundström prox at lunar-linux.org
Thu Aug 3 08:15:26 UTC 2006


Author: prox
Date: 2006-08-03 08:15:26 +0000 (Thu, 03 Aug 2006)
New Revision: 20869

Modified:
   moonbase/trunk/utils/lilo/DETAILS
   moonbase/trunk/utils/lilo/PRE_BUILD
Log:
fixed dmraid for new version and disabled silly checkit

Modified: moonbase/trunk/utils/lilo/DETAILS
===================================================================
--- moonbase/trunk/utils/lilo/DETAILS	2006-08-03 08:02:09 UTC (rev 20868)
+++ moonbase/trunk/utils/lilo/DETAILS	2006-08-03 08:15:26 UTC (rev 20869)
@@ -1,14 +1,16 @@
           MODULE=lilo
-         VERSION=22.7.1
+         VERSION=22.7.2
           SOURCE=$MODULE-$VERSION.src.tar.gz
          SOURCE2=$MODULE-$VERSION-dmraid.patch.bz2
+	 SOURCE3=$MODULE-$VERSION-disabled-checkit.patch.bz2
       SOURCE_URL=http://www.ibiblio.org/pub/Linux/system/boot/$MODULE/
      SOURCE2_URL=$PATCH_URL/
-      SOURCE_VFY=sha1:b431bb0756e1f42c38fc4645063acaea7f2ddcc7
-     SOURCE2_VFY=sha1:9c853fa30a8e5bd2f68268b5622ceb9a0ca8a078
+      SOURCE_VFY=sha1:63b758d86d2242b802bce01da318f8c225eb0589
+     SOURCE2_VFY=sha1:6db918a54016028f48d23ce776efd1eff106b104
+     SOURCE3_VFY=sha1:ba31e2b3e36f07fbb8ee6b3bc407cb3d0ed154b4
         WEB_SITE=http://home.san.rr.com/johninsd/pub/linux/lilo/
          ENTERED=20010922
-         UPDATED=20060215
+         UPDATED=20060803
            SHORT="Boot loader for Linux/x86 and other PC operating systems."
 cat << EOF
 Lilo is a Boot loader for Linux/x86 and other PC operating systems.

Modified: moonbase/trunk/utils/lilo/PRE_BUILD
===================================================================
--- moonbase/trunk/utils/lilo/PRE_BUILD	2006-08-03 08:02:09 UTC (rev 20868)
+++ moonbase/trunk/utils/lilo/PRE_BUILD	2006-08-03 08:15:26 UTC (rev 20869)
@@ -7,6 +7,7 @@
     exit 1
   else
     cd $SOURCE_DIRECTORY &&
-    patch_it $SOURCE2 1
+    patch_it $SOURCE2 1 &&
+    patch_it $SOURCE3 1
   fi
 fi 



More information about the Lunar-commits mailing list