]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Document indirect changing of configuration files (Issue #5403)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 8 Nov 2018 14:35:36 +0000 (09:35 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 8 Nov 2018 14:35:36 +0000 (09:35 -0500)
CHANGES.md
man/lpadmin.man

index a6ede3f313a913fca81dea99e14b04bde4785f3a..d3bf37235aecc9d9c06057df5c2591cc7cb95626 100644 (file)
@@ -4,8 +4,9 @@ CHANGES - 2.3b6 - 2018-11-08
 Changes in CUPS v2.3b6
 ----------------------
 
-- Localization update (Issue #5339, Issue #5348, Issue #5362, Issue #5408)
-- Documentation updates (Issue #5369)
+- Localization update (Issue #5339, Issue #5348, Issue #5362, Issue #5408,
+  Issue #5410)
+- Documentation updates (Issue #5369, Issue #5403)
 - The lpadmin command would create a non-working printer in some error cases
   (Issue #5305)
 - The scheduler would crash if an empty `AccessLog` directive was specified
index f870d816e2016d4bc248840150e306b0e22d2a52..19d050b3555a934787042f05848aad98d2831b14 100644 (file)
@@ -6,7 +6,7 @@
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 .\"
-.TH lpadmin 8 "CUPS" "19 August 2018" "Apple Inc."
+.TH lpadmin 8 "CUPS" "8 November 2018" "Apple Inc."
 .SH NAME
 lpadmin \- configure cups printers and classes
 .SH SYNOPSIS
@@ -196,13 +196,19 @@ Note: PPD files and printer drivers are deprecated and will not be supported in
 .SH CONFORMING TO
 Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", or "#".
 Also, printer and class names are \fInot\fR case-sensitive.
+.PP
 Finally, the CUPS version of \fBlpadmin\fR may ask the user for an access password depending on the printing system configuration.
 This differs from the System V version which requires the root user to execute this command.
 .SH NOTES
 The CUPS version of \fBlpadmin\fR does not support all of the System V or Solaris printing system configuration options.
+.PP
 Interface scripts are not supported for security reasons.
 .PP
 The double meaning of the \fB\-E\fR option is an unfortunate historical oddity.
+.PP
+The \fBlpadmin\fR command communicates with the scheduler (\fBcupsd\fR) to make changes to the printing system configuration.
+This configuration information is stored in several files including \fIprinters.conf\fR and \fIclasses.conf\fR.
+These files should not be edited directly and are an implementation detail of CUPS that is subject to change at any time.
 .SH EXAMPLE
 Create an IPP Everywhere print queue:
 .nf