From cdbbdc9f10bee03d4dc517178f738ac41f0c1eba Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Wed, 1 May 2013 15:10:27 +0000 Subject: Fix logrotate config file (bug 258187, comment #4). Thanks Ortwin. (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5) --- app-backup/bacula/ChangeLog | 5 ++++- app-backup/bacula/bacula-5.2.13.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'app-backup') diff --git a/app-backup/bacula/ChangeLog b/app-backup/bacula/ChangeLog index 77828c3eb76f..ef483f71afaa 100644 --- a/app-backup/bacula/ChangeLog +++ b/app-backup/bacula/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-backup/bacula # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.159 2013/04/23 04:27:00 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.160 2013/05/01 15:10:27 tomjbe Exp $ + + 01 May 2013; Thomas Beierlein bacula-5.2.13.ebuild: + Fix logrotate config file (bug 258187, comment #4). Thanks Ortwin. 23 Apr 2013; Thomas Beierlein bacula-5.2.13.ebuild: Fix desktop file category (bug #466688). Use CXXFLAGS instead CFLAGS (bug diff --git a/app-backup/bacula/bacula-5.2.13.ebuild b/app-backup/bacula/bacula-5.2.13.ebuild index 437c5afff093..a123db82e6fa 100644 --- a/app-backup/bacula/bacula-5.2.13.ebuild +++ b/app-backup/bacula/bacula-5.2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild,v 1.6 2013/04/23 04:27:00 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild,v 1.7 2013/05/01 15:10:27 tomjbe Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -195,6 +195,7 @@ src_configure() { --sysconfdir=/etc/bacula \ --with-subsys-dir=/var/lock/subsys \ --with-working-dir=/var/lib/bacula \ + --with-logdir=/var/lib/bacula \ --with-scriptdir=/usr/libexec/bacula \ --with-dir-user=bacula \ --with-dir-group=bacula \ -- cgit v1.2.3-65-gdbad