summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-02-21 16:40:59 +0000
committerAchim Gottinger <achim@gentoo.org>2001-02-21 16:40:59 +0000
commit962268caec7647695f1203bbc36d5554329d39e5 (patch)
tree6e92b1e89d502dc2af643d83e235cff89d5822dc /sys-kernel
parent2.4.2_pre4 should be used if you plan to use nfs on reiserfs (diff)
downloadhistorical-962268caec7647695f1203bbc36d5554329d39e5.tar.gz
historical-962268caec7647695f1203bbc36d5554329d39e5.tar.bz2
historical-962268caec7647695f1203bbc36d5554329d39e5.zip
*** empty log message ***
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/linux-sources/files/digest-linux-sources-2.4.2_pre44
-rw-r--r--sys-kernel/linux-sources/linux-sources-2.4.2_pre4.ebuild9
2 files changed, 5 insertions, 8 deletions
diff --git a/sys-kernel/linux-sources/files/digest-linux-sources-2.4.2_pre4 b/sys-kernel/linux-sources/files/digest-linux-sources-2.4.2_pre4
index 9ea84154ea94..0a49be5c2d74 100644
--- a/sys-kernel/linux-sources/files/digest-linux-sources-2.4.2_pre4
+++ b/sys-kernel/linux-sources/files/digest-linux-sources-2.4.2_pre4
@@ -3,6 +3,8 @@ MD5 bc3b2219f901cd789777f39435ff76f5 patch-2.4.2-pre4.bz2
MD5 53740608812efa82532da2f980e6f974 lm_sensors-2.5.5.tar.gz
MD5 f45a05097515a07afc87836c158834a1 jfs-0.1.5-patch.tar.gz
MD5 a485ece59b10da2202fae7b78a542707 alsa-driver-0.5.10b.tar.bz2
-MD5 29083e6c2c3ff5cf8a5aca4b6b42a5a1 linux-2.4.2-pre4-reiserfs-20010220.patch.gz
MD5 700cd28b9c235d05aae0255ec9b48d31 linux-2.4.2-pre4-knfsd-6.g.patch.gz
+MD5 a7c6c4867b2b8bd71eaf39b7b5f560c9 patch-D-isofsnfs
+MD5 c85c6707d4d40f2c23c7fefb5800eb15 patch-E-ufsnfsd
+MD5 78d0fd47b94af7b5e67b549b8286f0c6 patch-F-efsnfsd
MD5 6384e7909a8c750cc3d856784060e993 lvm_0.9.1_beta5_a.tar.gz
diff --git a/sys-kernel/linux-sources/linux-sources-2.4.2_pre4.ebuild b/sys-kernel/linux-sources/linux-sources-2.4.2_pre4.ebuild
index b6a011a90048..e737c7cde82e 100644
--- a/sys-kernel/linux-sources/linux-sources-2.4.2_pre4.ebuild
+++ b/sys-kernel/linux-sources/linux-sources-2.4.2_pre4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.2_pre4.ebuild,v 1.1 2001/02/21 15:46:22 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.2_pre4.ebuild,v 1.2 2001/02/21 16:40:59 achim Exp $
S=${WORKDIR}/linux
#OKV=original kernel version, KV=patched kernel version
@@ -25,7 +25,6 @@ SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2
http://www.netroedge.com/~lm78/archive/lm_sensors-${SENV}.tar.gz
http://oss.software.ibm.com/developerworks/opensource/jfs/project/pub/jfs-${JFSV}-patch.tar.gz
ftp://ftp.alsa-project.org/pub/driver/alsa-driver-${AV}.tar.bz2
- ftp://ftp.reiserfs.com/pub/reiserfs-for-2.4/linux-2.4.2-pre4-reiserfs-20010220.patch.gz
ftp://ftp.reiserfs.com/pub/misc-patches/linux-2.4.2-pre4-knfsd-6.g.patch.gz
ftp://ftp.sistina.com/pub/LVM/0.9.1_beta/lvm_${LVMVARC}.tar.gz"
@@ -49,13 +48,9 @@ src_unpack() {
cd ${S}
echo "Applying ${KV} patch..."
try bzip2 -dc ${DISTDIR}/patch-${KV}.bz2 | patch -p1
-# echo "Applying reiserfs-update patch..."
-# try gzip -dc ${DISTDIR}/linux-2.4.2-pre4-reiserfs-20010220.patch.gz | patch -N -p1
-# echo "You can ignore the tail-conversion.c reject the changes already are in rc19"
echo "Applying reiserfs-nfs patch..."
- try gzip -dc ${DISTDIR}/linux-2.4.2-pre4-knfsd-6.g.patch.gz | patch -N -p1
+ try gzip -dc ${DISTDIR}/linux-2.4.2-pre4-knfsd-6.g.patch.gz | patch -p1
mkdir ${S}/extras
-
#create and apply LVM patch. The tools get built later.
cd ${S}/extras
echo "Unpacking and applying LVM patch..."