summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-06-10 20:19:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-06-10 20:19:42 +0000
commitffe38dfb3f1a9b714d8dc1da0ce968418488b0c1 (patch)
tree947561bdcb4de5c7c9426c02c6d109c1ae8a4c64 /net-fs
parentRemoved mailx-support source from ${FILESDIR} and added to tarball (diff)
downloadhistorical-ffe38dfb3f1a9b714d8dc1da0ce968418488b0c1.tar.gz
historical-ffe38dfb3f1a9b714d8dc1da0ce968418488b0c1.tar.bz2
historical-ffe38dfb3f1a9b714d8dc1da0ce968418488b0c1.zip
DEPEND on sed >= 4
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/openafs/ChangeLog8
-rw-r--r--net-fs/openafs/Manifest6
-rw-r--r--net-fs/openafs/openafs-1.3.2-r1.ebuild15
-rw-r--r--net-fs/openafs/openafs-1.3.2.ebuild9
4 files changed, 21 insertions, 17 deletions
diff --git a/net-fs/openafs/ChangeLog b/net-fs/openafs/ChangeLog
index a21bab127730..c70150c0164a 100644
--- a/net-fs/openafs/ChangeLog
+++ b/net-fs/openafs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-fs/openafs
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/ChangeLog,v 1.18 2003/03/29 23:23:11 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/ChangeLog,v 1.19 2003/06/10 20:19:37 msterret Exp $
+
+*openafs-1.3.2-r1 (10 Jun 2003)
+
+ 10 Jun 2003; <msterret@gentoo.org> openafs-1.3.2-r1.ebuild,
+ openafs-1.3.2.ebuild:
+ DEPEND on sed >= 4
29 Mar 2003; Ryan Phillips <rphillips@gentoo.org> files/kaserver-diff.patch:
Fixes a security hole in openafs.
diff --git a/net-fs/openafs/Manifest b/net-fs/openafs/Manifest
index 2f2ddf6feae7..bea80d2616f7 100644
--- a/net-fs/openafs/Manifest
+++ b/net-fs/openafs/Manifest
@@ -1,7 +1,7 @@
-MD5 352c5249857da8f2336c28b06a971723 ChangeLog 2917
+MD5 c00b6d27d96d737e9d2224edf1abcbcc ChangeLog 3057
MD5 f530d08f679bdb22b45dd89926f8748c openafs-1.2.8.ebuild 2781
-MD5 b602b2f8f03c018fa1a3c1a34855e029 openafs-1.3.2-r1.ebuild 2526
-MD5 47fdbf93addda1653be715841b6ae1be openafs-1.3.2.ebuild 2476
+MD5 fb2d13cbf42a6c6d0c63eddacbbbb3fd openafs-1.3.2-r1.ebuild 2510
+MD5 507267ef2fa99e6a2f7debc390f0f80a openafs-1.3.2.ebuild 2457
MD5 4584cc6910401787e1ebd81cfa06f060 files/CellServDB 41
MD5 c620f50b47424c46f59dc847eb8c0dd3 files/README 8735
MD5 1903c6a5e0aeedf794939945536341cd files/ThisCell 7
diff --git a/net-fs/openafs/openafs-1.3.2-r1.ebuild b/net-fs/openafs/openafs-1.3.2-r1.ebuild
index 8b2248cfe8d0..abf0c99d26d5 100644
--- a/net-fs/openafs/openafs-1.3.2-r1.ebuild
+++ b/net-fs/openafs/openafs-1.3.2-r1.ebuild
@@ -4,7 +4,7 @@
S=${WORKDIR}/${P}
-DESCRIPTION="The AFS 3 distributed file system targets the issues critical to
+DESCRIPTION="The AFS 3 distributed file system targets the issues critical to
distributed computing environments. AFS performs exceptionally well,
both within small, local work groups of machines and across wide-area
configurations in support of large, collaborative efforts. AFS provides
@@ -22,6 +22,7 @@ KEYWORDS="-* x86"
SANDBOX_DISABLED="1"
DEPEND=">=sys-apps/portage-2.0.47-r10
+ >=sys-apps/sed-4
>=sys-libs/ncurses-5.2
>=sys-libs/pam-0.75"
@@ -31,7 +32,6 @@ src_unpack() {
unpack ${A}
cd ${S}/src/config
- cp Makefile.in Makefile.in.old
sed -i "s|/usr/lib/libncurses.so|-lncurses|g" Makefile.in
cd ${S}
@@ -48,11 +48,10 @@ src_compile() {
src_install () {
-
- # Client
+ # Client
cd ${S}/${ARCH}/dest/root.client/usr/vice
-
+
insinto /etc/afs/modload
doins etc/modload/*
insinto /etc/afs/C
@@ -98,7 +97,7 @@ src_install () {
}
pkg_postinst () {
- echo ">>> UPDATE CellServDB and ThisCell to your needs !!"
- echo ">>> FOLLOW THE INSTRUCTIONS IN AFS QUICK BEGINNINGS"
- echo ">>> PAGE >45 TO DO INITIAL SERVER SETUP" fi
+ einfo ">>> UPDATE CellServDB and ThisCell to your needs !!"
+ einfo ">>> FOLLOW THE INSTRUCTIONS IN AFS QUICK BEGINNINGS"
+ einfo ">>> PAGE >45 TO DO INITIAL SERVER SETUP" fi
}
diff --git a/net-fs/openafs/openafs-1.3.2.ebuild b/net-fs/openafs/openafs-1.3.2.ebuild
index fc1c97fe477a..02302d63e1b8 100644
--- a/net-fs/openafs/openafs-1.3.2.ebuild
+++ b/net-fs/openafs/openafs-1.3.2.ebuild
@@ -4,7 +4,7 @@
S=${WORKDIR}/${P}
-DESCRIPTION="The AFS 3 distributed file system targets the issues critical to
+DESCRIPTION="The AFS 3 distributed file system targets the issues critical to
distributed computing environments. AFS performs exceptionally well,
both within small, local work groups of machines and across wide-area
configurations in support of large, collaborative efforts. AFS provides
@@ -22,6 +22,7 @@ KEYWORDS="-* x86"
SANDBOX_DISABLED="1"
DEPEND=">=sys-apps/portage-2.0.47-r10
+ >=sys-apps/sed-4
>=sys-libs/ncurses-5.2
>=sys-libs/pam-0.75"
@@ -31,7 +32,6 @@ src_unpack() {
unpack ${A}
cd ${S}/src/config
- cp Makefile.in Makefile.in.old
sed -i "s|/usr/lib/libncurses.so|-lncurses|g" Makefile.in
}
@@ -45,11 +45,10 @@ src_compile() {
src_install () {
-
- # Client
+ # Client
cd ${S}/${ARCH}/dest/root.client/usr/vice
-
+
insinto /etc/afs/modload
doins etc/modload/*
insinto /etc/afs/C