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
This commit is contained in:
Kristyna Streitova 2019-11-22 11:37:06 +00:00 committed by Git OBS Bridge
parent 3483a6c1b8
commit 5f39b5d163
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 20 15:18:24 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>
- drop 'checkproc' line from the run-crons as the usage is bogus
[bsc#1155929]
-------------------------------------------------------------------
Tue Nov 5 16:07:57 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>

View File

@ -215,7 +215,6 @@ function run_scripts (){
\#*) continue ;;
*~) continue ;;
esac
/sbin/checkproc $SCRIPT && continue
if test -x $SCRIPT ; then
BASESCRIPT=`/usr/bin/basename $SCRIPT`