[David Härdeman] > the attached patch adds lsb logging output to all the init scripts > used by the different courier daemons.
It would be great if courier could be changed to use the lsb functions. When using courier with the boot progress bar and console in usplash, no message show up when the daemons are started. The reason is that the init.d script do not use the output functions in /lib/lsb/init-functions, but uses echo directly. usplash override the functions in /lib/lsb/init-functions to feed the text into the graphical boot screen, and thus depend on the use of the lsb output functions. Please change the init.d script to use the lsb output functions. Happy hacking, -- Petter Reinholdtsen