Comment 10 for bug 183652

Revision history for this message
Hugues Fournier (hugues-fournier) wrote : Re: CUPS fails to start on boot

Here is a debdiff for a proposed temporary urgency fix reverting the avahi changes.

As I wrote earlier, you can manually revert these changes by entering in a terminal :

for l in 2 3 4 5; do old=/etc/rc$l.d/S18avahi-daemon; new=/etc/rc$l.d/S24avahi-daemon; if [ -e $old ] && ! [ -e $new ]; then sudo mv $old $new; fi; done