diff options
author | 2006-09-25 14:30:56 +0000 | |
---|---|---|
committer | 2006-09-25 14:30:56 +0000 | |
commit | 52869164fe19f2f52c64cc96d1228823b2b5466b (patch) | |
tree | 91f61949e790957a0840d882562e7af37401e566 /sys-boot/lilo/files | |
parent | Stable on ppc64; bug #149058 (diff) | |
download | historical-52869164fe19f2f52c64cc96d1228823b2b5466b.tar.gz historical-52869164fe19f2f52c64cc96d1228823b2b5466b.tar.bz2 historical-52869164fe19f2f52c64cc96d1228823b2b5466b.zip |
Update 22.7 branch patches & dolilo as 22.7.1 and up can be problematic on LVM2.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'sys-boot/lilo/files')
-rw-r--r-- | sys-boot/lilo/files/digest-lilo-22.7-r1 | 6 | ||||
-rw-r--r-- | sys-boot/lilo/files/lilo-22.7-install-nostrip.patch | 10 | ||||
-rw-r--r-- | sys-boot/lilo/files/lilo-22.7-manpath.patch | 12 |
3 files changed, 28 insertions, 0 deletions
diff --git a/sys-boot/lilo/files/digest-lilo-22.7-r1 b/sys-boot/lilo/files/digest-lilo-22.7-r1 new file mode 100644 index 000000000000..6971dbd0002e --- /dev/null +++ b/sys-boot/lilo/files/digest-lilo-22.7-r1 @@ -0,0 +1,6 @@ +MD5 08243e46598d6f457e8e4135f1fa8d52 dolilo-0.4.tar.bz2 3753 +RMD160 e63d7d258461346620d012d8e89b22b3f969b089 dolilo-0.4.tar.bz2 3753 +SHA256 812f7cb7a9c93eade7afaa8f12955723c4bdaede1c61f90162390dedfc37bd2e dolilo-0.4.tar.bz2 3753 +MD5 565cda4cd5e7c740403ed91e0bdf15f6 lilo-22.7.src.tar.gz 428600 +RMD160 76fcc2551bef7ded3d3b1c833bc76fbf1cb8c9a7 lilo-22.7.src.tar.gz 428600 +SHA256 d6372f8823243bc0d09308477f454004ad3fdb45fdef609ddeb9648995e3c063 lilo-22.7.src.tar.gz 428600 diff --git a/sys-boot/lilo/files/lilo-22.7-install-nostrip.patch b/sys-boot/lilo/files/lilo-22.7-install-nostrip.patch new file mode 100644 index 000000000000..b8d9f2dc5a9b --- /dev/null +++ b/sys-boot/lilo/files/lilo-22.7-install-nostrip.patch @@ -0,0 +1,10 @@ +--- lilo-22.7.2/Makefile~ 2006-07-13 15:10:06.000000000 +0200 ++++ lilo-22.7.2/Makefile 2006-07-13 15:12:47.000000000 +0200 +@@ -439,7 +439,6 @@ + rm -f $$ROOT$(BOOT_DIR)/boot.b; fi + cp mkrescue $$ROOT$(SBIN_DIR) + cp lilo $$ROOT$(SBIN_DIR) +- strip $$ROOT$(SBIN_DIR)/lilo + cp keytab-lilo.pl $$ROOT$(USRSBIN_DIR) + cp manPages/lilo.8 $$ROOT$(MAN_DIR)/man8 + cp manPages/mkrescue.8 $$ROOT$(MAN_DIR)/man8 diff --git a/sys-boot/lilo/files/lilo-22.7-manpath.patch b/sys-boot/lilo/files/lilo-22.7-manpath.patch new file mode 100644 index 000000000000..7860a997680e --- /dev/null +++ b/sys-boot/lilo/files/lilo-22.7-manpath.patch @@ -0,0 +1,12 @@ +--- lilo-22.7.1/Makefile.orig 2006-01-07 13:19:53.000000000 +0000 ++++ lilo-22.7.1/Makefile 2006-01-07 13:20:35.000000000 +0000 +@@ -81,8 +81,7 @@ + # elif [ -f /usr/bin/manpath ]; then \ + # manpath | sed "s/:.*//"; else echo /usr/man; fi` + # +-MAN_DIR=`if [ -f /usr/bin/manpath ]; then \ +- manpath | sed "s/:.*//"; else echo /usr/man; fi` ++MAN_DIR=/usr/share/man + BUILTIN=1 + + PCONFIG=$(KVER) $(LILO) `( if [ -r $$ROOT/etc/lilo.defines ]; then \ |