[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#488843: Please change initialization script





2008/7/1 Marcelo <marcelo.magallon@gmail.com>:
Package: cups
Version: 1.3.7-7

Please change /etc/init.d/cups from this:

test -f $DAEMON || exit 0

to this:

test -x $DAEMON || exit 0

or, if you prefer, this:

test -f $DAEMON -a -x $DAEMON || exit 0

You want to test for executability, not only existance.

Thanks!

Marcelo


Thank you for the help. I tried to change the script but the effort was to no avail. Either
 
test -x $DAEMON or test -f $DAEMON -a -x $DAEMON results in the same problem. lpasswd still gives "Unbale to open password file: Permission denied"


--
To UNSUBSCRIBE, email to debian-printing-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: