<br><br><div class="gmail_quote">2008/7/1 Marcelo &lt;<a href="mailto:marcelo.magallon@gmail.com">marcelo.magallon@gmail.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Package: cups<br>
Version: 1.3.7-7<br>
<br>
Please change /etc/init.d/cups from this:<br>
<br>
test -f $DAEMON || exit 0<br>
<br>
to this:<br>
<br>
test -x $DAEMON || exit 0<br>
<br>
or, if you prefer, this:<br>
<br>
test -f $DAEMON -a -x $DAEMON || exit 0<br>
<br>
You want to test for executability, not only existance.<br>
<br>
Thanks!<br>
<br>
Marcelo<br>
<font color="#888888"><br>
<br>
Thank you for the help. I tried to change the script but the effort was to no avail. Either</font>&nbsp;<br>
test -x $DAEMON or 
test -f $DAEMON -a -x $DAEMON results in the same problem. lpasswd still gives &quot;Unbale to open password file: Permission denied&quot;<br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font color="#888888"><br>
<br>
--<br>
To UNSUBSCRIBE, email to <a href="mailto:debian-printing-request@lists.debian.org">debian-printing-request@lists.debian.org</a><br>
with a subject of &quot;unsubscribe&quot;. Trouble? Contact <a href="mailto:listmaster@lists.debian.org">listmaster@lists.debian.org</a><br>
<br>
</font></blockquote></div><br>