Browse Source

lilo: Updated (22.7.3 -> 22.8)

user/chris/old/ruby
Nagy Karoly Gabriel 15 years ago committed by Alejandro Mery
parent
commit
a5e8455b9f
  1. 27
      x86/lilo/install_not_all.patch
  2. 9
      x86/lilo/lilo.conf
  3. 6
      x86/lilo/lilo.desc

27
x86/lilo/install_not_all.patch

@ -0,0 +1,27 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../lilo/install_not_all.patch
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2009-11-19 13:31:58.000000000 +0100
+++ ./Makefile 2009-11-19 13:32:39.000000000 +0100
@@ -421,7 +421,7 @@
#
# normal install, but doesn't make the diagnostic binaries
#
-install: all
+install:
mkdir -p $$ROOT$(SBIN_DIR) $$ROOT$(CFG_DIR) $$ROOT$(BOOT_DIR) \
$$ROOT$(USRSBIN_DIR) $$ROOT$(MAN_DIR)/man5 $$ROOT$(MAN_DIR)/man8
if [ -f diag1.img ]; then \

9
x86/lilo/lilo.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../lilo/lilo.conf
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -17,8 +17,7 @@
pm_lilo() {
cp -v $confdir/etc-lilo.conf $root/etc/lilo.conf.example
$MAKE activate
cp -vf *.com activate $docdir
cp -vf activate $root$docdir/
}
pc_lilo() {
@ -34,5 +33,7 @@ pc_lilo() {
hook_add preconf 5 'pc_lilo'
hook_add postmake 5 'pm_lilo'
makeinstopt="ROOT=$root $makeinstopt"
makeinstopt="$makeopt ROOT=$root MAN_DIR=$mandir install"
var_append makeopt ' ' 'lilo'
var_append makeopt ' ' 'activate'

6
x86/lilo/lilo.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../lilo/lilo.desc
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -32,8 +32,8 @@
[L] GPL
[S] Stable
[V] 22.7.3
[V] 22.8
[P] X -----5---9 202.300
[D] 4134158009 lilo-22.7.3.src.tar.gz http://home.san.rr.com/johninsd/pub/linux/lilo/
[D] 2651400208 lilo-22.8.src.tar.gz ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/

Loading…
Cancel
Save