https://bugzilla.novell.com/show_bug.cgi?id=470654 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=470654#c6 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |werner@novell.com Resolution| |WONTFIX --- Comment #6 from Dr. Werner Fink <werner@novell.com> 2009-02-23 03:41:41 MST --- I'll not change insserv. The default runlevels are a hard requirement otherwise the system may not boot correct. If you really want to ignore the system default you may use an overwrite file: mkdir -p /etc/insserv/overrides sed -rn '/^### BEGIN INIT INFO/,/^### END INIT INFO/{ s/(.*Default-Start:[[:blank:]]*).*/\15/ p }' < /etc/init.d/smt > /etc/insserv/overrides/smt this is curently the only way to not only add an additional runelvel but remove the default values intended by the author of the script. -- 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.