diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-05 00:07:26 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-05 00:07:26 +0000 |
commit | b4f04026b08a1375d40aed087076a53ced6ed382 (patch) | |
tree | e33039a50c6bcaa22750e9678f6f37a8bbd083fa /app-admin/amanda | |
parent | version bump. (Manifest recommit) (diff) | |
download | gentoo-2-b4f04026b08a1375d40aed087076a53ced6ed382.tar.gz gentoo-2-b4f04026b08a1375d40aed087076a53ced6ed382.tar.bz2 gentoo-2-b4f04026b08a1375d40aed087076a53ced6ed382.zip |
fix bug #52941, #52944.
Diffstat (limited to 'app-admin/amanda')
-rw-r--r-- | app-admin/amanda/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/amanda/amanda-2.4.4_p2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/amanda/files/amanda-profile | 2 |
3 files changed, 8 insertions, 4 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/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} |