summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-07-10 21:23:41 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-07-10 21:23:41 +0000
commit85e222b9a2160f3196b1bfd097395915fe250d4d (patch)
tree570e3824de87225f81aa89c64bfaf289eb12709a /app-admin/amanda
parentfix bug #24158 and move to x86 (diff)
downloadhistorical-85e222b9a2160f3196b1bfd097395915fe250d4d.tar.gz
historical-85e222b9a2160f3196b1bfd097395915fe250d4d.tar.bz2
historical-85e222b9a2160f3196b1bfd097395915fe250d4d.zip
fix bug #24158 and move to x86
Diffstat (limited to 'app-admin/amanda')
-rw-r--r--app-admin/amanda/Manifest4
-rw-r--r--app-admin/amanda/amanda-2.4.4-r1.ebuild13
2 files changed, 10 insertions, 7 deletions
diff --git a/app-admin/amanda/Manifest b/app-admin/amanda/Manifest
index 6f70c01dd612..fb6af05bde76 100644
--- a/app-admin/amanda/Manifest
+++ b/app-admin/amanda/Manifest
@@ -1,6 +1,6 @@
MD5 b2f5b785a20a1b356e58629612c0aab5 amanda-2.4.4.ebuild 8488
-MD5 87daca03d4bbdfa615dfa441d56acd9d amanda-2.4.4-r1.ebuild 11279
-MD5 a03ba3fafc823632b740a59ea29061e4 ChangeLog 1750
+MD5 69fccb96f6650794761d8182c73ec291 amanda-2.4.4-r1.ebuild 11279
+MD5 33b631fd89a91b024814ef964af6740f ChangeLog 1750
MD5 b21569120561b1c58ad59e93ce6df732 files/amanda-devfs 216
MD5 fe28f64731a2dbf85f76b6f38942e032 files/example_disklist 55
MD5 a98390eb2ab16398b7332c42560c190f files/amanda-cron 419
diff --git a/app-admin/amanda/amanda-2.4.4-r1.ebuild b/app-admin/amanda/amanda-2.4.4-r1.ebuild
index 0be4dda32b98..8f82f14a2e69 100644
--- a/app-admin/amanda/amanda-2.4.4-r1.ebuild
+++ b/app-admin/amanda/amanda-2.4.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4-r1.ebuild,v 1.2 2003/07/08 20:22:46 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4-r1.ebuild,v 1.3 2003/07/10 21:23:38 robbat2 Exp $
inherit eutils
DESCRIPTION="The Advanced Maryland Automatic Network Disk Archiver"
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.amanda.org/"
SRC_URI="mirror://sourceforge/amanda/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="x86 ~ppc ~sparc"
DEPEND="sys-libs/readline
virtual/inetd
virtual/mta
@@ -207,10 +207,11 @@ src_install() {
sed -re "${sedexpr}" <${i} >${MYFILESDIR}/${filename}
done
+
+
# Build the envdir file
# Don't forget this..
einfo "Building environment file"
- echo "CONFIG_PROTECT=${AMANDA_USER_HOMEDIR}/.amandahosts" >${MYFILESDIR}/${ENVDFILE}
echo "# These settings are what was present in the environment when this" >>${MYFILESDIR}/${ENVDFILE}
echo "# Amanda was compiled. Changing anything below this comment will" >>${MYFILESDIR}/${ENVDFILE}
echo "# have no effect on your application, but it merely exists to" >>${MYFILESDIR}/${ENVDFILE}
@@ -261,9 +262,11 @@ src_install() {
# Just make sure it exists for XFS to work...
use xfs && keepdir ${D}/var/xfsdump/inventory
+ insinto /etc/amanda
+ einfo "Installing .amandahosts File for ${AMANDA_USER_NAME} user"
+ newins ${MYFILESDIR}/amanda-amandahosts amandahosts
+ dosym /etc/amanda/amandahosts ${AMANDA_USER_HOMEDIR}/.amandahosts
insinto ${AMANDA_USER_HOMEDIR}
- einfo "Installing .amandahosts File for ${AMANDA_USER_NAME} user"
- newins ${MYFILESDIR}/amanda-amandahosts .amandahosts
einfo "Installing .profile for ${AMANDA_USER_NAME} user"
newins ${MYFILESDIR}/amanda-profile .profile