I had a closer look at the package, and notice that the current rules file install a stop script in runlevel 1, and need a mounted /usr/ to run. Here is a updated proposal to document this.
--- anacron-2.3.orig/debian/init.d 2008-01-06 00:25:18.000000000 +0100 +++ anacron-2.3/debian/init.d 2008-01-06 00:27:46.000000000 +0100 @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: anacron +# Required-Start: $remote_fs $syslog $time +# Required-Stop: $remote_fs $syslog $time +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO # /etc/init.d/anacron: start anacron # As the stop script do not seem to do anything except killing the daemon, that task might be better left to the sendsigs script in runlevel 0 and 6. If this is indeed the case, I recommend removing 0 and 6 from the Default-Stop list. Please include dependency information soon. The anacron package is one of the few packages in a default desktop+laptop install that is missing dependency information, making the use of dependency based boot sequencing a bit hard to use. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

