Accepting request 750279 from Base:System

OBS-URL: https://build.opensuse.org/request/show/750279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cronie?expand=0&rev=77
This commit is contained in:
Dominique Leuenberger 2019-11-25 10:23:50 +00:00 committed by Git OBS Bridge
commit a85b5645c0
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`