Hi!
One test is missing in the cups init script: $TMP should always point to
/tmp and not to e.g. /root/tmp. But it will point to /root/tmp after
upgrading or manually restarting it. Then the admin cgi tool (configure
printer) which runs under the user "lpd" will not work. strace:
[...]
open("/root/tmp/3b9212b475245", O_RDWR|O_CREAT|O_EXCL, 0600) = -1 EACCES
(Permission denied)
[...]
--
Michael Reinsch <[EMAIL PROTECTED]> http://mr.uue.org
------------------------------------------------------------------------