summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-07-05 00:07:26 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-07-05 00:07:26 +0000
commit40370d3d54811f11361e0802462732a12d7122a0 (patch)
treed3386b5b28bcb3ce9af3d4ec88de9f6d6c528de9 /app-admin/amanda
parentversion bump. (diff)
downloadhistorical-40370d3d54811f11361e0802462732a12d7122a0.tar.gz
historical-40370d3d54811f11361e0802462732a12d7122a0.tar.bz2
historical-40370d3d54811f11361e0802462732a12d7122a0.zip
fix bug #52941, #52944.
Diffstat (limited to 'app-admin/amanda')
-rw-r--r--app-admin/amanda/ChangeLog6
-rw-r--r--app-admin/amanda/Manifest6
-rw-r--r--app-admin/amanda/amanda-2.4.4_p2-r1.ebuild4
-rw-r--r--app-admin/amanda/files/amanda-profile2
4 files changed, 11 insertions, 7 deletions
diff --git a/app-admin/amanda/ChangeLog b/app-admin/amanda/ChangeLog
index 3391b4af8dc5..96e7b1e25247 100644
--- a/app-admin/amanda/ChangeLog
+++ b/app-admin/amanda/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/amanda
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/ChangeLog,v 1.20 2004/06/24 21:22:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/ChangeLog,v 1.21 2004/07/05 00:07:26 robbat2 Exp $
+
+ 04 Jul 2004; Robin H. Johnson <robbat2@gentoo.org>
+ amanda-2.4.4_p2-r1.ebuild, files/amanda-profile:
+ fix bug #52941, #52944.
30 May 2004; Robin H. Johnson <robbat2@gentoo.org> amanda-2.4.4-r3.ebuild,
amanda-2.4.4_p2-r1.ebuild, amanda-2.4.4_p2.ebuild:
diff --git a/app-admin/amanda/Manifest b/app-admin/amanda/Manifest
index c59a16ce0859..fb458e080e09 100644
--- a/app-admin/amanda/Manifest
+++ b/app-admin/amanda/Manifest
@@ -1,13 +1,13 @@
MD5 1f23611bf44cee67526b78a0e2af4e33 amanda-2.4.4_p2.ebuild 11341
MD5 ee469f099a210919923e3e1327b051cc amanda-2.4.4-r3.ebuild 11291
-MD5 88ce4b7a9e4e86f8552f3f781f150e63 amanda-2.4.4_p2-r1.ebuild 11521
-MD5 5b675a125383755a8f185abce37d2df7 ChangeLog 4087
+MD5 0275551d2a322b808e4fa27e4d097b2f amanda-2.4.4_p2-r1.ebuild 11509
+MD5 703ce00290fda762ee1af6285a9e1485 ChangeLog 4217
MD5 b0d485ea1a51fb83c70daedef2599272 metadata.xml 279
MD5 89f98efbd6fee9891cd6c39d52e5d7a8 files/amanda-devfs 349
MD5 fe28f64731a2dbf85f76b6f38942e032 files/example_disklist 55
MD5 a98390eb2ab16398b7332c42560c190f files/amanda-cron 419
MD5 3f55a95767207ed6c8fa0a14ec2a27b3 files/amanda-xinetd 1502
-MD5 df9ef94534db143bd33ed833a7765bc6 files/amanda-profile 43
+MD5 c1754144159a9b9e71119c7ca30e6054 files/amanda-profile 49
MD5 7e3ebbf89155432d9ee2e0ede8d4d8d6 files/example_amanda.conf 635
MD5 451df413de672ae539379c00fb9e62fc files/amanda-amandahosts 339
MD5 7e5571de2054c56f477b5522246a834e files/digest-amanda-2.4.4-r3 65
diff --git a/app-admin/amanda/amanda-2.4.4_p2-r1.ebuild b/app-admin/amanda/amanda-2.4.4_p2-r1.ebuild
index 2bf2e834b1be..cf7a0552d762 100644
--- a/app-admin/amanda/amanda-2.4.4_p2-r1.ebuild
+++ b/app-admin/amanda/amanda-2.4.4_p2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4_p2-r1.ebuild,v 1.4 2004/06/24 21:22:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4_p2-r1.ebuild,v 1.5 2004/07/05 00:07:26 robbat2 Exp $
inherit eutils
@@ -159,7 +159,7 @@ src_compile() {
# Extras
# Speed option
- myconf="${myconf} --with-buffered-dump --with-qde"
+ myconf="${myconf} --with-buffered-dump"
# Debug
myconf="${myconf} `use_with debug debugging`"
# PIC
diff --git a/app-admin/amanda/files/amanda-profile b/app-admin/amanda/files/amanda-profile
index acf34263b613..d8e132bf10f8 100644
--- a/app-admin/amanda/files/amanda-profile
+++ b/app-admin/amanda/files/amanda-profile
@@ -1 +1 @@
-export PATH=/usr/sbin:/usr/libexec:${PATH}
+export PATH=/sbin:/usr/sbin:/usr/libexec:${PATH}