https://bugzilla.novell.com/show_bug.cgi?id=504596 https://bugzilla.novell.com/show_bug.cgi?id=504596#c15 --- Comment #15 from Dr. Werner Fink <werner@novell.com> 2010-10-18 08:52:23 UTC --- You may report this at http://bugs.sun.com/ ... beside this you could do mkdir /etc/insserv/overrides sed -rn '/^### BEGIN INIT INFO/,/^### END INIT INFO/p' < \ /etc/init.d/jexec > /etc/insserv/overrides/jexec sed -ri 's/^(# Required-Start: .*)/\1 $local_fs/' \ /etc/insserv/overrides/jexec and run insserv afterwards ... this has the advantage that you do not need to modify the original script its self. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.