I think, the

[ -e /var/log/cups/$l ] && touch /var/log/cups/$l

in the patch must be replaced by

[ ! -e /var/log/cups/$l ] && touch /var/log/cups/$l

as the file should only be created if it is not already there.

-- 
cupsd can't access /var/log/cups/error_log permission denied
https://launchpad.net/bugs/54277

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to