Since I first reported this issue I have learned more on how to properly document the dependencies, and util-linux is one of the last packages with init.d scripts in /etc/rcS.d/ without such dependency information. Please add dependency info to the scripts, and ignore my previous proposal and use this instead.
### BEGIN INIT INFO # Provides: hwclockfirst # Required-Start: # Required-Stop: # Default-Start: S # Default-Stop: ### END INIT INFO ### BEGIN INIT INFO # Provides: hwclock # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_fs # Default-Start: S # Default-Stop: 0 6 ### END INIT INFO Please verify that this dependency information and runtime list is correct. Note that 'default-stop' should be used for the runlevels calling the script using the 'stop' argument, which happen in runlevel 0 and 6 also for S-type symlinks. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

