diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 16:40:25 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 16:40:25 +0000 |
commit | d85fcfb43bddcbb9ce4871fff30aa1d44451eac2 (patch) | |
tree | ddc0040f26c78283121e796cd6dfe6082ddfe17f /app-backup/bacula/bacula-2.0.3.ebuild | |
parent | Fix *initd and *envd calls, bug #173884. (diff) | |
download | gentoo-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/bacula-2.0.3.ebuild')
-rw-r--r-- | app-backup/bacula/bacula-2.0.3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
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 |