openpkg/rc

changeset 469
65414bdd541c
parent 428
f880f219c566
child 471
8fac5290decb
     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

mercurial