Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5f8a5a6cda91ae5ab54524b98cafb928d099fb31)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5f8a5a6cda91ae5ab54524b98cafb928d099fb31)
  • Date: Fri, 5 Nov 2010 17:10:30 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

disk/lilo/DETAILS | 6 +++---
disk/lilo/HISTORY | 3 +++
disk/lilo/INSTALL | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 5f8a5a6cda91ae5ab54524b98cafb928d099fb31
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

lilo 23.1

this install also /etc/kernel/postinst.d and postrm.d and
/etc/initramfs/post-update.d scripts, should we remove them?

postinst script for modern kernel management
postupdate script for modern initrd management

diff --git a/disk/lilo/DETAILS b/disk/lilo/DETAILS
index 9e6f0f6..c5703b8 100755
--- a/disk/lilo/DETAILS
+++ b/disk/lilo/DETAILS
@@ -1,9 +1,9 @@
SPELL=lilo
- VERSION=23.0
+ VERSION=23.1
SOURCE=lilo-${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- SOURCE_URL[0]=http://alioth.debian.org/frs/download.php/3315/$SOURCE
-
SOURCE_HASH=sha512:6d6b870a7042ff8519b0b4a156bc2f1e0543616daaa48326072cd1c003357b0e165a98f59cc6a075366b43690a1ada328bcd122d502925d4a00495de27192876
+ SOURCE_URL[0]=http://lilo.alioth.debian.org/ftp/sources/$SOURCE
+
SOURCE_HASH=sha512:268dcc405685c4de41c48b3b9db6de829c3620e267861518ec71df1ddcc18fb52b15d4a72ffab431de59d6a000371c04c2916aaedcfa09f8c3e06e343258d341
WEB_SITE=http://lilo.alioth.debian.org/
ENTERED=20010922
LICENSE[0]=BSD
diff --git a/disk/lilo/HISTORY b/disk/lilo/HISTORY
index 9fe4eb2..a3a0fcd 100644
--- a/disk/lilo/HISTORY
+++ b/disk/lilo/HISTORY
@@ -1,3 +1,6 @@
+2010-11-05 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 23.1
+
2010-07-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 23.0; renewed website, source urls, descs;
quoting paths; gpg -> hash
diff --git a/disk/lilo/INSTALL b/disk/lilo/INSTALL
index 34eea1b..a1eb4a3 100755
--- a/disk/lilo/INSTALL
+++ b/disk/lilo/INSTALL
@@ -12,7 +12,7 @@ sed -i '/install\ =\ menu/a\
#bmp-table=227p,233p,1,7\
#bmp-colors=13,0,,11,0,13\
#bmp-timer=76,30,11,0\
-' sample/lilo.sample.conf &&
+' sample/lilo.example.conf &&

cp -av sample/*.conf "$INSTALL_ROOT/etc" &&
cp -av "$SPELL_DIRECTORY/boot.bmp" "$INSTALL_ROOT/boot/boot.bmp" &&



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5f8a5a6cda91ae5ab54524b98cafb928d099fb31), Ladislav Hagara, 11/05/2010

Archive powered by MHonArc 2.6.24.

Top of Page