diff options
author | 2006-12-02 15:15:16 +0000 | |
---|---|---|
committer | 2006-12-02 15:15:16 +0000 | |
commit | 6ce70262d15d4e4008caea844a272095a3a9ea94 (patch) | |
tree | 17b2ab38b54862bc2e2fbe53f7c261a3c6fbfaa0 /app-backup/bacula | |
parent | Version bump. (diff) | |
download | gentoo-2-6ce70262d15d4e4008caea844a272095a3a9ea94.tar.gz gentoo-2-6ce70262d15d4e4008caea844a272095a3a9ea94.tar.bz2 gentoo-2-6ce70262d15d4e4008caea844a272095a3a9ea94.zip |
Grab config scripts from 1.38.5, as there is no directory for the current version.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-backup/bacula')
-rw-r--r-- | app-backup/bacula/ChangeLog | 6 | ||||
-rw-r--r-- | app-backup/bacula/bacula-1.38.9.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-backup/bacula/ChangeLog b/app-backup/bacula/ChangeLog index d067a64f4246..b01b77643bdf 100644 --- a/app-backup/bacula/ChangeLog +++ b/app-backup/bacula/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-backup/bacula # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.18 2006/11/23 15:17:07 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.19 2006/12/02 15:15:16 grobian Exp $ + + 02 Dec 2006; Fabian Groffen <grobian@gentoo.org> bacula-1.38.9.ebuild: + Grab config scripts from 1.38.5, as there is no directory for the current + version. 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> bacula-1.36.3-r2.ebuild, bacula-1.36.3-r3.ebuild, bacula-1.38.5.ebuild, bacula-1.38.9.ebuild: diff --git a/app-backup/bacula/bacula-1.38.9.ebuild b/app-backup/bacula/bacula-1.38.9.ebuild index e82feb6d28b4..c721d59582fd 100644 --- a/app-backup/bacula/bacula-1.38.9.ebuild +++ b/app-backup/bacula/bacula-1.38.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-1.38.9.ebuild,v 1.4 2006/11/23 15:17:07 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-1.38.9.ebuild,v 1.5 2006/12/02 15:15:16 grobian Exp $ inherit eutils @@ -276,8 +276,8 @@ src_install() { my_scripts="bacula-all" fi for script in ${my_scripts}; do - cp "${FILESDIR}/${PV}/${script}"-conf "${T}/${script}".conf - cp "${FILESDIR}/${PV}/${script}"-init "${T}/${script}".init + cp "${FILESDIR}/1.38.5/${script}"-conf "${T}/${script}".conf + cp "${FILESDIR}/1.38.5/${script}"-init "${T}/${script}".init if [ "${mydb}" == "sqlite" ]; then sed -i -e "s:%database%::" "${T}/${script}".init else |