Fri, 03 Aug 2012 17:45:51 +0200
Remove flawed OpenPKG binary integration when running rc crontab scripts.
openpkg/rc | file | annotate | diff | comparison | revisions |
1.1 --- a/openpkg/rc Fri Aug 03 17:18:55 2012 +0200 1.2 +++ b/openpkg/rc Fri Aug 03 17:45:51 2012 +0200 1.3 @@ -316,8 +316,10 @@ 1.4 exit 1 1.5 fi 1.6 1.7 -# just call OpenPKG RPM to let it once perform the run-time integrity checks 1.8 -$prefix/bin/openpkg rpm -q openpkg >/dev/null || exit $? 1.9 +# Avoid handing control to OpenPKG binary logic until 1.10 +# the binary is is ready for prime time on all platforms. 1.11 +## just call OpenPKG RPM to let it once perform the run-time integrity checks 1.12 +#$prefix/bin/openpkg rpm -q openpkg >/dev/null || exit $? 1.13 1.14 # iterate over the specified commands 1.15 rv=0