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`