Comment 8 for bug 228226

Revision history for this message
Julian Andres Klode (juliank) wrote :

readahead-list (1:0.20050517.0220-2) unstable; urgency=low
  * Move readahead init.d script after mountkernfs, to make sure /proc/ is mounted when checking /proc/cmdline

- dh_installinit --no-start -- start 01 S .
+ dh_installinit --no-start -- start 02 S .

----
readahead-list (1:0.20050517.0220-1) unstable; urgency=low
  * Make sure to run init.d/stop-readahead in runlevels 3, 4 and 5 too.

- dh_installinit --name=stop-readahead --no-start -- start 99 2 .
+ dh_installinit --name=stop-readahead --no-start -- start 99 2 3 4 5 .

--
The second change is to make readahead stop if we are in a higher runlevel than 2. Other packages do the same (see e.g. diff /etc/rc2.d/ /etc/rc5.d/)