app-backup/bacula: Drop refrence to deleted bacula.conf.in (bug# 559616). Thanks...
authorThomas Beierlein <tomjbe@gentoo.org>
Sun, 6 Sep 2015 09:04:53 +0000 (11:04 +0200)
committerThomas Beierlein <tomjbe@gentoo.org>
Sun, 6 Sep 2015 09:04:53 +0000 (11:04 +0200)
Package-Manager: portage-2.2.20.1

app-backup/bacula/bacula-7.2.0.ebuild

index a5eb41fe7d57dc597a6fd019aa0c02224e45f24e..77a260bd5a69d556ace47cdd7081749a62a65317 100644 (file)
@@ -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.