summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/printing
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-05-20 16:34:25 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:50 -0500
commit17801febf9029bc65eaf3c26b3b5555f0be8ddf4 (patch)
tree5125f0c2d09a191107d18a0df0ac4f90b709b6f7 /docs/smbdotconf/printing
parentf2d4720fcc72c85e41a9a14a4de284915563cb66 (diff)
downloadsamba-17801febf9029bc65eaf3c26b3b5555f0be8ddf4.tar.gz
samba-17801febf9029bc65eaf3c26b3b5555f0be8ddf4.tar.bz2
samba-17801febf9029bc65eaf3c26b3b5555f0be8ddf4.zip
adding docs for 'printcap cache time' -- patch from Lars
(This used to be commit bc2b0b8ae955966f760e9ec38659befb6641bc3b)
Diffstat (limited to 'docs/smbdotconf/printing')
-rw-r--r--docs/smbdotconf/printing/printcapcachetime.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/smbdotconf/printing/printcapcachetime.xml b/docs/smbdotconf/printing/printcapcachetime.xml
new file mode 100644
index 0000000000..1059d575a2
--- /dev/null
+++ b/docs/smbdotconf/printing/printcapcachetime.xml
@@ -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>
+
++