mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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 "$@"
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user