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

Auke Kok sofar at lunar-linux.org
Thu Feb 16 02:09:28 UTC 2006


Author: sofar
Date: 2006-02-16 02:09:25 +0000 (Thu, 16 Feb 2006)
New Revision: 18744

Modified:
   moonbase/trunk/utils/lilo/BUILD
   moonbase/trunk/utils/lilo/DETAILS
Log:
Lilo update to 22.7.1. Up-ported the dmraid patch to the version and tested on both 2.4 and 2.6+nptl+device-mapper.


Modified: moonbase/trunk/utils/lilo/BUILD
===================================================================
--- moonbase/trunk/utils/lilo/BUILD	2006-02-15 21:56:36 UTC (rev 18743)
+++ moonbase/trunk/utils/lilo/BUILD	2006-02-16 02:09:25 UTC (rev 18744)
@@ -1,15 +1,8 @@
 (
 
-  sedit "/^MAN_DIR/s/.*/MAN_DIR=\/usr\/share\/man/" Makefile                &&
-  sedit "/	manpath/d"                          Makefile                &&
-  sedit "s/lilo\.8/lilo\.8\.gz/"                    Makefile                &&
-  sedit "s/mkrescue\.8/mkrescue\.8\.gz/"            Makefile                &&
-  sedit "s/lilo\.conf\.5/lilo\.conf\.5\.gz/"        Makefile                &&  
-  cd manPages
-  gzip -9 *
-  cd ..
-  make  ROOT=      &&
+  sedit "/^MAN_DIR/s/.*/MAN_DIR=\/usr\/share\/man/;/manpath/d" Makefile  &&
+  make ROOT=  &&
   prepare_install  &&
-  make  ROOT= install
+  make ROOT= install
   
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/utils/lilo/DETAILS
===================================================================
--- moonbase/trunk/utils/lilo/DETAILS	2006-02-15 21:56:36 UTC (rev 18743)
+++ moonbase/trunk/utils/lilo/DETAILS	2006-02-16 02:09:25 UTC (rev 18744)
@@ -1,14 +1,14 @@
           MODULE=lilo
-         VERSION=22.6
-          SOURCE=$MODULE-$VERSION.tar.gz
-	 SOURCE2=$MODULE-$VERSION-kernel-2.6.patch.bz2
+         VERSION=22.7.1
+          SOURCE=$MODULE-$VERSION.src.tar.gz
+         SOURCE2=$MODULE-$VERSION-dmraid.patch.bz2
       SOURCE_URL=http://www.ibiblio.org/pub/Linux/system/boot/$MODULE/
      SOURCE2_URL=$PATCH_URL/
-      SOURCE_VFY=sha1:13c89d424930df54d601c007154c4a0e399d4fff
-     SOURCE2_VFY=sha1:ad0b08a64e9839f9203dca2410eabd5d6c464cf9
+      SOURCE_VFY=sha1:b431bb0756e1f42c38fc4645063acaea7f2ddcc7
+     SOURCE2_VFY=sha1:9c853fa30a8e5bd2f68268b5622ceb9a0ca8a078
         WEB_SITE=http://home.san.rr.com/johninsd/pub/linux/lilo/
          ENTERED=20010922
-         UPDATED=20041003
+         UPDATED=20060215
            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.



More information about the Lunar-commits mailing list