From 5f39b5d163db541d686f28803a1b9100473c778000e5f52a47e18da0ea997e45 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Fri, 22 Nov 2019 11:37:06 +0000 Subject: [PATCH] Accepting request 749959 from home:kstreitova:branches:Base:System - drop 'checkproc' line from the run-crons as the usage is bogus [bsc#1155929] OBS-URL: https://build.opensuse.org/request/show/749959 OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=185 --- cronie.changes | 6 ++++++ run-crons | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cronie.changes b/cronie.changes index ac6a164..6dcce56 100644 --- a/cronie.changes +++ b/cronie.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 20 15:18:24 UTC 2019 - Kristyna Streitova + +- drop 'checkproc' line from the run-crons as the usage is bogus + [bsc#1155929] + ------------------------------------------------------------------- Tue Nov 5 16:07:57 UTC 2019 - Kristyna Streitova diff --git a/run-crons b/run-crons index 0692420..3cb76d6 100644 --- a/run-crons +++ b/run-crons @@ -215,7 +215,6 @@ function run_scripts (){ \#*) continue ;; *~) continue ;; esac - /sbin/checkproc $SCRIPT && continue if test -x $SCRIPT ; then BASESCRIPT=`/usr/bin/basename $SCRIPT`