X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=doc%2Fhelp%2Fman-cupsd.html;h=1050d3a525a1200b7690ef53622a35db7cc141c0;hb=291e472758173914c36a739247c6342bc0a12898;hp=7f8242408b6eb0fb1145e2f044e6a55394449b1b;hpb=f51f3773d1c141dfeffcb6ef478129197dde3a96;p=thirdparty%2Fcups.git diff --git a/doc/help/man-cupsd.html b/doc/help/man-cupsd.html index 7f8242408..1050d3a52 100644 --- a/doc/help/man-cupsd.html +++ b/doc/help/man-cupsd.html @@ -11,9 +11,20 @@ cupsd - cups scheduler

Synopsis

cupsd -[ -c +[ +-c config-file -] [ -f ] [ -F ] [ -h ] [ -l ] [ -t ] +] [ +-f +] [ +-F +] [ +-h +] [ +-l +] [ +-t +]

Description

cupsd is the scheduler for CUPS. It implements a printing system based upon the Internet Printing Protocol, version 2.1. If no options are specified on the command-line then the default configuration file @@ -21,33 +32,83 @@ is the scheduler for CUPS. It implements a printing system based upon the Intern will be used.

Options

-
-c config-file +
-c config-file
Uses the named configuration file. -
-f +
-f
Run cupsd in the foreground; the default is to run in the background as a "daemon". -
-F +
-F
Run cupsd in the foreground but detach the process from the controlling terminal and current directory. This is useful for running -cupsdfrominit(8). -
-h +cupsd +from +init(8). +
-h
Shows the program usage. -
-l +
-l
This option is passed to cupsd when it is run from -launchd(8). -
-t +launchd(8) +or +systemd(8). +
-t
Test the configuration file for syntax errors.
-

Compatibility

+

Files

+
+/etc/cups/classes.conf
+/etc/cups/cups-files.conf
+/etc/cups/cupsd.conf
+/usr/share/cups/mime/mime.convs
+/usr/share/cups/mime/mime.types
+/etc/cups/printers.conf
+
+

Conforming To

+cupsd +implements all of the required IPP/2.1 attributes and operations. It also implements several CUPS-specific administrative operations. +

Examples

+Run +cupsd +in the background with the default configuration file: +
+
+    cupsd
+
+
+Test a configuration file called +test.conf: +
+
+    cupsd -t -c test.conf
+
+
+Run cupsd -implements all of the required IPP/2.1 attributes and operations. It also implements several CUPS-specific administration operations. +in the foreground with a test configuration file called +test.conf: +
+
+    cupsd -f -c test.conf
+
+

See Also

-backend(7),classes.conf(5),cups-deviced(8),cups-driverd(8),cups-lpd(8),cupsd.conf(5),filter(7),launchd(8),mime.convs(5),mime.types(5),printers.conf(5), -http://localhost:631/help +backend(7), +classes.conf(5), +cups(1), +cups-deviced(8), +cups-driverd(8), +cups-lpd(8), +cupsd.conf(5), +filter(7), +launchd(8), +mime.convs(5), +mime.types(5), +printers.conf(5), +systemd(8), +CUPS Online Help (http://localhost:631/help)

Copyright

Copyright © 2007-2014 by Apple Inc.