1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

adding docs for 'printcap cache time' -- patch from Lars

(This used to be commit bc2b0b8ae9)
This commit is contained in:
Gerald Carter 2004-05-20 16:34:25 +00:00 committed by Gerald W. Carter
parent f2d4720fcc
commit 17801febf9

View File

@ -0,0 +1,23 @@
<samba:parameter name="printcap cache time"
context="G"
type="integer"
print="1" developer="1"
xmlns:samba="http://samba.org/common">
<description>
<para>This option specifies the number of seconds before the printing
subsystem is again asked for the known printers. If the value
is greater than 60 the initial waiting time is set to 60 seconds
to allow an earlier first rescan of the printing subsystem.
</para>
<para>Setting this parameter to 0 (the default) disables any
rescanning for new or removed printers after the initial startup.
</para>
</description>
<value type="default">0</value>
<value type="example">600</value>
</samba:parameter>
+