This will work afaik not until cups 1.2.

To avoid giving users admin-permissions, I enable the printers
periodical via cron.

for i in `lpstat -p | grep disabled | awk '{print $2}'`; do
    /usr/bin/enable $i
done


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to