diff options
author | Giuseppe Foti <foti.giuseppe@gmail.com> | 2023-09-11 12:35:13 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-14 21:22:45 +0300 |
commit | 8df717907ae1cea66ba4b7ff0eeee94a14cf66ab (patch) | |
tree | 2bab5af7f68552bbfbe600758bcdde416eea3246 /app-admin | |
parent | app-editors/vscodium: drop 1.81.1.23222 (diff) | |
download | gentoo-8df717907ae1cea66ba4b7ff0eeee94a14cf66ab.tar.gz gentoo-8df717907ae1cea66ba4b7ff0eeee94a14cf66ab.tar.bz2 gentoo-8df717907ae1cea66ba4b7ff0eeee94a14cf66ab.zip |
app-admin/logcheck: add 1.4.3-r1, drop 1.4.3
Closes: https://bugs.gentoo.org/913857
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32721
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/logcheck/logcheck-1.4.3-r1.ebuild (renamed from app-admin/logcheck/logcheck-1.4.3.ebuild) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-admin/logcheck/logcheck-1.4.3.ebuild b/app-admin/logcheck/logcheck-1.4.3-r1.ebuild index b9657a685030..76743bb9b220 100644 --- a/app-admin/logcheck/logcheck-1.4.3.ebuild +++ b/app-admin/logcheck/logcheck-1.4.3-r1.ebuild @@ -49,6 +49,11 @@ src_prepare() { # QA-fix Remove install of empty dirs to be created at runtime sed -i "/install -d \$(DESTDIR)\/var\/lock\/logcheck/d" "${S}/Makefile" || die + + # Comment systemd journal check if systemd use flag is not set | Bug: #913857 + if ! use systemd; then + sed -i -e "s/^journal/#journal/" "${S}/etc/logcheck.logfiles.d/journal.logfiles" || die + fi } src_install() { |