]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Deprecate snmp backend.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 8 Nov 2018 14:29:13 +0000 (09:29 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 8 Nov 2018 14:29:13 +0000 (09:29 -0500)
CHANGES.md
man/cups-snmp.conf.man
man/cups-snmp.man.in

index e4689c8a133c36d1d77e5ade3cd7a50b836d84e0..a6ede3f313a913fca81dea99e14b04bde4785f3a 100644 (file)
@@ -46,6 +46,7 @@ Changes in CUPS v2.3b6
 - Fixed a memory leak for some IPP (extension) syntaxes.
 - The `cupscgi`, `cupsmime`, and `cupsppdc` support libraries are no longer
   installed as shared libraries.
+- The `snmp` backend is now deprecated.
 
 
 Changes in CUPS v2.3b5
index 23e7eb849328b1dca83bc39ced3be1c2a9f6318a..8cc273c5cd695f293acbec9d5c650ece84c191b0 100644 (file)
@@ -1,10 +1,11 @@
 .\"
 .\" snmp.conf man page for CUPS.
 .\"
-.\" Copyright 2007-2014 by Apple Inc.
-.\" Copyright 2006 by Easy Software Products.
+.\" Copyright © 2007-2018 by Apple Inc.
+.\" Copyright © 2006 by Easy Software Products.
 .\"
-.\" Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
+.\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
+.\" information.
 .\"
 .TH snmp.conf 5 "CUPS" "8 November 2018" "Apple Inc."
 .SH NAME
index 031fa0a7a2eeb64538396daa09fa85f39c3d1275..b875bbf837c4da42c6708a2b379ef0d473233221 100644 (file)
@@ -1,11 +1,12 @@
 .\"
 .\" SNMP backend man page for CUPS.
 .\"
-.\" Copyright 2012-2014 by Apple Inc.
+.\" Copyright © 2012-2018 by Apple Inc.
 .\"
-.\" Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
+.\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
+.\" information.
 .\"
-.TH cups-snmp 8 "CUPS" "10 June 2014" "Apple Inc."
+.TH cups-snmp 8 "CUPS" "8 November 2018" "Apple Inc."
 .SH NAME
 snmp \- cups snmp backend
 .SH SYNOPSIS
@@ -20,7 +21,7 @@ snmp \- cups snmp backend
 .B \-\-include-schemes
 snmp
 .SH DESCRIPTION
-The CUPS SNMP backend provides legacy discovery and identification of network printers using SNMPv1.
+The \fBDEPRECATED\fR CUPS SNMP backend provides legacy discovery and identification of network printers using SNMPv1.
 When used for discovery through the scheduler, the backend will list all printers that respond to a broadcast SNMPv1 query with the "public" community name.
 Additional queries are then sent to printers that respond in order to determine the correct device URI, make and model, and other information needed for printing.
 .LP
@@ -40,6 +41,9 @@ The MaxRunTime value can be overridden using the CUPS_MAX_RUN_TIME environment v
 The SNMP backend reads the \fI/etc/cups/snmp.conf\fR configuration file, if
 present, to set the default broadcast address, community name, and logging
 level.
+.SH NOTES
+The CUPS SNMP backend is deprecated and will no longer be supported in a future
+version of CUPS.
 .SH CONFORMING TO
 The CUPS SNMP backend uses the information from the Host, Printer, and Port Monitor MIBs along with some vendor private MIBs and intelligent port probes to determine the correct device URI and make and model for each printer.
 .SH SEE ALSO