summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Foti <foti.giuseppe@gmail.com>2024-03-14 23:08:06 +0100
committerSam James <sam@gentoo.org>2024-03-14 22:31:03 +0000
commita7e46cf410679edc1d2ebbed70a90456bd8f3547 (patch)
tree72334ed95b6e83b4fc987ec43d8b38d74f47dcc3 /app-admin/logcheck/files
parentwww-client/vivaldi: Drop old 6.6.3271.45 (diff)
downloadgentoo-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/logcheck/files')
-rw-r--r--app-admin/logcheck/files/logcheck-r4.cron (renamed from app-admin/logcheck/files/logcheck-r3.cron)2
1 files changed, 1 insertions, 1 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 "$@"