Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Reset CUPS printers at login' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Reset CUPS printers at login
Authored by: ReznorB5 on Nov 19, '03 03:46:50AM
According to the cupsd man page, it looks like you can have cupsd read in a config file.
cupsd -c /etc/cups/cupsd-lab.conf
NAME
       cupsd - common unix printing system daemon

SYNOPSIS
       cupsd [ -c config-file ] [ -f ]

DESCRIPTION
       cupsd  is  the scheduler for the Common UNIX Printing Sys-
       tem. It implements a printing system based upon the Inter-
       net  Printing  Protocol,  version  1.1.  If no options are
       specified on the command-line then the default  configura-
       tion file (usually /etc/cups/cupsd.conf) will be used.

       The  -f  option forces cupsd to run in the foreground; the
       default is to run in the background as a "daemon".




[ Reply to This | # ]