https://bugzilla.novell.com/show_bug.cgi?id=731406
https://bugzilla.novell.com/show_bug.cgi?id=731406#c3
--- Comment #3 from Ben Kevan ben.kevan@bio-rad.com 2011-11-22 20:28:35 UTC --- Andreas,
Actually I made a mistake. I should have looked at it more closely. The issue revolves around the non LSB compliant /etc/init.d/jexec which is provided by: rpm -qf /etc/init.d/jexec jdk-1.7.0_01-fcs.i586
Quick change like the following:
--- jexec 2011-10-03 01:51:42.000000000 -0700 +++ jexec.new 2011-11-22 12:27:08.600660742 -0800 @@ -15,10 +15,12 @@ ### BEGIN INIT INFO # Provides: binfmt_misc # Required-Start: $local_fs +# Should-Start: +# Required-Stop: $local_fs +# Should-Stop: # Default-Start: 1 2 3 4 5 # Default-Start: 0 6 -# chkconfig: 12345 95 05 -# Description: Supports the direct execution of binary formats. +# Short-Description: Supports the direct execution of binary formats. ### END INIT INFO #
Should get rid of the error and make jexec compliant.