Not sure about choosing the right title for this bug, but here it goes... Just a suggestion: at line 718 in quick-samba-howto.xml (source), the code states the following: <comment>(To start CUPS if it isn't started)</comment> # <i>/etc/init.d/cupsd start</i> <comment>(If CUPS is already started we'll need to restart it!)</comment> # <i>/etc/init.d/cupsd restart</i> The /sbin/runscript script is smart enough to only start the daemon if it's in `stopped' state, so wouldn't the first statement (cupsd start) be redundant against the second statement (cupsd restart), regardless of the daemon's state? The whole code could be: <comment>(If CUPS is already started we'll need to restart it or just start it, if stopped!)</comment> # <i>/etc/init.d/cupsd restart</i> Reproducible: Always Steps to Reproduce: 1. 2. 3.
Good idea.
Fixed in CVS. Thanks.