# HG changeset patch # User Michael Schloh von Bennewitz # Date 1344008751 -7200 # Node ID 65414bdd541c640ada7bba8efa38cd4b0b3746db # Parent 695288b7c41a28491e7e6a4441381be38130c6fb Remove flawed OpenPKG binary integration when running rc crontab scripts. diff -r 695288b7c41a -r 65414bdd541c openpkg/rc --- a/openpkg/rc Fri Aug 03 17:18:55 2012 +0200 +++ b/openpkg/rc Fri Aug 03 17:45:51 2012 +0200 @@ -316,8 +316,10 @@ exit 1 fi -# just call OpenPKG RPM to let it once perform the run-time integrity checks -$prefix/bin/openpkg rpm -q openpkg >/dev/null || exit $? +# Avoid handing control to OpenPKG binary logic until +# the binary is is ready for prime time on all platforms. +## just call OpenPKG RPM to let it once perform the run-time integrity checks +#$prefix/bin/openpkg rpm -q openpkg >/dev/null || exit $? # iterate over the specified commands rv=0