summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-07-04 02:38:07 +0100
committerSam James <sam@gentoo.org>2024-07-04 02:38:07 +0100
commit89168fbdb125f566518f25f52ef84ea0861e2002 (patch)
treedcee3c1f84a10574faa63f962241025cd7983c79 /app-admin
parentdev-db/firebird: fix compat w/ newer logrotate (specify group name) (diff)
downloadgentoo-89168fbdb125f566518f25f52ef84ea0861e2002.tar.gz
gentoo-89168fbdb125f566518f25f52ef84ea0861e2002.tar.bz2
gentoo-89168fbdb125f566518f25f52ef84ea0861e2002.zip
app-admin/ulogd: fix compat w/ newer logrotate (specify group name)
Bug: https://bugs.gentoo.org/935338 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/ulogd/files/ulogd.logrotate2
-rw-r--r--app-admin/ulogd/ulogd-2.0.8-r1.ebuild (renamed from app-admin/ulogd/ulogd-2.0.8.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ulogd/files/ulogd.logrotate b/app-admin/ulogd/files/ulogd.logrotate
index 777e40097a5e..b5a48a78674d 100644
--- a/app-admin/ulogd/files/ulogd.logrotate
+++ b/app-admin/ulogd/files/ulogd.logrotate
@@ -2,7 +2,7 @@
sharedscripts
missingok
notifempty
- create 0640 ulogd
+ create 0640 ulogd ulogd
postrotate
[ -f /run/ulogd.pid ] && /bin/kill -HUP $(cat /run/ulogd.pid)
endscript
diff --git a/app-admin/ulogd/ulogd-2.0.8.ebuild b/app-admin/ulogd/ulogd-2.0.8-r1.ebuild
index 3768bedeb734..df0c534c008a 100644
--- a/app-admin/ulogd/ulogd-2.0.8.ebuild
+++ b/app-admin/ulogd/ulogd-2.0.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8