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>
This commit is contained in:
Giuseppe Foti
2024-03-14 23:08:06 +01:00
committed by Sam James
parent b22c739d7d
commit a7e46cf410
2 changed files with 2 additions and 2 deletions

View File

@@ -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 "$@"

View File

@@ -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