You asked during debconf what the correct dependency information for the hwclock.sh init.d script should be. Here is a small update. As /etc/localtime no longer is a symlink into /usr/, but a copy of the timezone information, the only thing needed is visible /dev/rtc and a mounted /etc. For stopping, it need a mounted local file system. I suggest using $local_fs for that.
Because of this, I believe this dependency information is correct: ### BEGIN INIT INFO # Provides: hwclock # Required-Start: mountdevsubfs # Required-Stop: $local_fs # Default-Start: S # Default-Stop: 0 6 ### END INIT INFO The hwclockfirst.sh script is removed now, so I do not provide a header for that script. Please add this header soon. the util-linux package is one of the two base packages without dependency information in the init.d script, and it would be great if we could start verifying the correctness of the base system soon. Happy hacking -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

