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

Re: Re: Configuring CUPS to allow all users to (re)start printer



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



Reply to: