summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2015-09-06 11:04:53 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2015-09-06 11:04:53 +0200
commit19622007489bc5aef2de2216f498d0c2e52fa300 (patch)
treecdbe1b743a9220bab17597963d97f9b3690bf2b6 /app-backup
parentdev-java/icedtea-bin: x86 stable wrt bug #559532 (diff)
downloadgentoo-19622007489bc5aef2de2216f498d0c2e52fa300.tar.gz
gentoo-19622007489bc5aef2de2216f498d0c2e52fa300.tar.bz2
gentoo-19622007489bc5aef2de2216f498d0c2e52fa300.zip
app-backup/bacula: Drop refrence to deleted bacula.conf.in (bug# 559616). Thanks for reporting c1pher.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/bacula/bacula-7.2.0.ebuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/app-backup/bacula/bacula-7.2.0.ebuild b/app-backup/bacula/bacula-7.2.0.ebuild
index a5eb41fe7d57..77a260bd5a69 100644
--- a/app-backup/bacula/bacula-7.2.0.ebuild
+++ b/app-backup/bacula/bacula-7.2.0.ebuild
@@ -143,13 +143,6 @@ src_prepare() {
# bug 504370
sed -i -e '/Alias=bacula-dir/d' platforms/systemd/bacula-dir.service.in || die
- # Fix tmpfiles config for client-only (no bacula user) install
- # NOTE: Change only first occurance (user) not second (group)
- # bug 528398
- if use bacula-clientonly; then
- sed -i -e 's/bacula/root/' platforms/systemd/bacula.conf.in || die
- fi
-
# fix bundled libtool (bug 466696)
# But first move directory with M4 macros out of the way.
# It is only needed by autoconf and gives errors during elibtoolize.