commit:     52de6e4bf3c7f79431db9b3179166252f9de7739
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 20 09:29:35 2021 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 09:34:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52de6e4b

app-backup/bareos: fix double logrotate entry

Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 app-backup/bareos/bareos-20.0.2-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-backup/bareos/bareos-20.0.2-r2.ebuild 
b/app-backup/bareos/bareos-20.0.2-r2.ebuild
index 0e4e0741a3c..26e36562676 100644
--- a/app-backup/bareos/bareos-20.0.2-r2.ebuild
+++ b/app-backup/bareos/bareos-20.0.2-r2.ebuild
@@ -194,8 +194,9 @@ src_install() {
        # remove upstream init scripts and systemd units
        rm -f "${D}"/etc/init.d/bareos-* 
"${D}"/lib/systemd/system/bareos-*.service
 
-       # remove misc stuffwe do not need in production
+       # remove misc stuff we do not need in production
        rm -f "${D}"/etc/bareos/bareos-regress.conf
+       rm -f "${D}"/etc/logrotate.d/bareos-dir
 
        # get rid of py2 stuff if USE=-vmware
        if ! use vmware; then

Reply via email to