diff options
author | Giuseppe Foti <foti.giuseppe@gmail.com> | 2024-03-14 23:08:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-14 22:31:03 +0000 |
commit | a7e46cf410679edc1d2ebbed70a90456bd8f3547 (patch) | |
tree | 72334ed95b6e83b4fc987ec43d8b38d74f47dcc3 /app-admin | |
parent | www-client/vivaldi: Drop old 6.6.3271.45 (diff) | |
download | gentoo-a7e46cf410679edc1d2ebbed70a90456bd8f3547.tar.gz gentoo-a7e46cf410679edc1d2ebbed70a90456bd8f3547.tar.bz2 gentoo-a7e46cf410679edc1d2ebbed70a90456bd8f3547.zip |
app-admin/logcheck: fix typo in files/logcheck-r3.cron
Closes: https://bugs.gentoo.org/926764
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35760
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/logcheck/files/logcheck-r4.cron (renamed from app-admin/logcheck/files/logcheck-r3.cron) | 2 | ||||
-rw-r--r-- | app-admin/logcheck/logcheck-1.4.3-r4.ebuild (renamed from app-admin/logcheck/logcheck-1.4.3-r3.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/logcheck/files/logcheck-r3.cron b/app-admin/logcheck/files/logcheck-r4.cron index 2ae64f767871..1a8809ffe154 100644 --- a/app-admin/logcheck/files/logcheck-r3.cron +++ b/app-admin/logcheck/files/logcheck-r4.cron @@ -8,4 +8,4 @@ if [ ! -d /var/lock/logcheck ]; then mkdir -p /var/lock/logcheck chown logcheck:logcheck /var/lock/logcheck fi -/sbin/runuser -u logcheck --nice -n10 /usr/sbin/logcheck "$@" +/sbin/runuser -u logcheck -- nice -n10 /usr/sbin/logcheck "$@" diff --git a/app-admin/logcheck/logcheck-1.4.3-r3.ebuild b/app-admin/logcheck/logcheck-1.4.3-r4.ebuild index 7e6a9a120e1c..0cd2197b813f 100644 --- a/app-admin/logcheck/logcheck-1.4.3-r3.ebuild +++ b/app-admin/logcheck/logcheck-1.4.3-r4.ebuild @@ -67,7 +67,7 @@ src_install() { if use cron; then exeinto /etc/cron.hourly - newexe "${FILESDIR}"/"${PN}"-r3.cron ${PN} + newexe "${FILESDIR}"/"${PN}"-r4.cron ${PN} insinto /etc/cron.d newins "${FILESDIR}"/${PN}.cron.d ${PN} DOC_CONTENTS="${DOC_CONTENTS}\n |