summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-04-28 16:40:25 +0000
committerSven Wegener <swegener@gentoo.org>2007-04-28 16:40:25 +0000
commitd85fcfb43bddcbb9ce4871fff30aa1d44451eac2 (patch)
treeddc0040f26c78283121e796cd6dfe6082ddfe17f /app-backup/bacula
parentFix *initd and *envd calls, bug #173884. (diff)
downloadgentoo-2-d85fcfb43bddcbb9ce4871fff30aa1d44451eac2.tar.gz
gentoo-2-d85fcfb43bddcbb9ce4871fff30aa1d44451eac2.tar.bz2
gentoo-2-d85fcfb43bddcbb9ce4871fff30aa1d44451eac2.zip
Fix *initd and *envd calls, bug #173884.
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-backup/bacula')
-rw-r--r--app-backup/bacula/ChangeLog6
-rw-r--r--app-backup/bacula/bacula-1.36.3-r2.ebuild8
-rw-r--r--app-backup/bacula/bacula-2.0.3.ebuild6
3 files changed, 10 insertions, 10 deletions
diff --git a/app-backup/bacula/ChangeLog b/app-backup/bacula/ChangeLog
index 0b1e60356003..d033f88bf863 100644
--- a/app-backup/bacula/ChangeLog
+++ b/app-backup/bacula/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-backup/bacula
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.31 2007/04/22 16:16:55 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.32 2007/04/28 16:40:25 swegener Exp $
+
+ 28 Apr 2007; Sven Wegener <swegener@gentoo.org> bacula-1.36.3-r2.ebuild,
+ bacula-2.0.3.ebuild:
+ Fix *initd and *envd calls, bug #173884.
22 Apr 2007; Wolfram Schlich <wschlich@gentoo.org> bacula-2.0.3.ebuild:
fixup wrt bug #174266, fix docs build issue
diff --git a/app-backup/bacula/bacula-1.36.3-r2.ebuild b/app-backup/bacula/bacula-1.36.3-r2.ebuild
index bbc205d17d7c..155af52569ee 100644
--- a/app-backup/bacula/bacula-1.36.3-r2.ebuild
+++ b/app-backup/bacula/bacula-1.36.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-1.36.3-r2.ebuild,v 1.10 2007/03/25 19:22:55 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-1.36.3-r2.ebuild,v 1.11 2007/04/28 16:40:25 swegener Exp $
inherit eutils
@@ -135,8 +135,7 @@ src_install() {
dodoc ChangeLog README ReleaseNotes
- exeinto /etc/init.d
- newexe ${FILESDIR}/bacula-init3 bacula
+ newinitd ${FILESDIR}/bacula-init3 bacula
# fix init script
if use mysql ; then
@@ -148,8 +147,7 @@ src_install() {
fi
sed -i -e "s:%%USE_DB%%:${USEDB}:" ${D}/etc/init.d/bacula
- insinto /etc/conf.d
- newins ${FILESDIR}/bacula-conf bacula
+ newconfd ${FILESDIR}/bacula-conf bacula
if use client-only ; then
SERVICES='fd'
else
diff --git a/app-backup/bacula/bacula-2.0.3.ebuild b/app-backup/bacula/bacula-2.0.3.ebuild
index 44b3b45c3264..7f9732e6d0cf 100644
--- a/app-backup/bacula/bacula-2.0.3.ebuild
+++ b/app-backup/bacula/bacula-2.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.0.3.ebuild,v 1.3 2007/04/22 16:16:55 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.0.3.ebuild,v 1.4 2007/04/28 16:40:25 swegener Exp $
#
# TODO:
@@ -243,8 +243,7 @@ src_install() {
if ! useq bacula-clientonly; then
# the database update scripts
diropts -m0750
- dodir /usr/libexec/bacula/updatedb
- insinto /usr/libexec/bacula/updatedb/
+ insinto /usr/libexec/bacula/updatedb
insopts -m0754
doins "${S}"/updatedb/*
fperms 0640 /usr/libexec/bacula/updatedb/README
@@ -252,7 +251,6 @@ src_install() {
# the logrotate configuration
if useq logrotate; then
diropts -m0755
- dodir /etc/logrotate.d
insinto /etc/logrotate.d
insopts -m0644
newins "${S}"/scripts/logrotate bacula