[Petter Reinholdtsen] > I suspect it the effect is that the upgraded scripts in /etc/rcS.d/ > are not executed as they should, as they are called without 'start' > as a command line argument.
I checked the old version, and luckily, only the .sh scripts are called without the 'start' argument. Try this patch: Index: /etc/init.d/rcS =================================================================== --- /etc/init.d/rcS (revisjon 21) +++ /etc/init.d/rcS (arbeidskopi) @@ -46,7 +46,7 @@ ( trap - INT QUIT TSTP set start - . $i + . $i start ) ;; *) But I seriously recommend upgrading sysv-rc to the latest version and allowing it to update /etc/init.d/rcS and /etc/init.d/rc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]