removing total print jobs since it is not used anymore
authorGerald Carter <jerry@samba.org>
Fri, 9 May 2003 21:49:24 +0000 (21:49 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 9 May 2003 21:49:24 +0000 (21:49 +0000)
docs/docbook/smbdotconf/printing/totalprintjobs.xml [deleted file]
source/param/loadparm.c

diff --git a/docs/docbook/smbdotconf/printing/totalprintjobs.xml b/docs/docbook/smbdotconf/printing/totalprintjobs.xml
deleted file mode 100644 (file)
index ccdb137..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<samba:parameter name="total print jobs"
-                 context="G"
-                 print="1"
-                 xmlns:samba="http://samba.org/common">
-<listitem>
-    <para>This parameter accepts an integer value which defines
-    a limit on the maximum number of print jobs that will be accepted 
-    system wide at any given time.  If a print job is submitted
-    by a client which will exceed this number, then <citerefentry><refentrytitle>smbd</refentrytitle>
-    <manvolnum>8</manvolnum></citerefentry> will return an 
-    error indicating that no space is available on the server.  The 
-    default value of 0 means that no such limit exists.  This parameter
-    can be used to prevent a server from exceeding its capacity and is
-    designed as a printing throttle.  See also <link linkend="MAXPRINTJOBS">
-    <parameter moreinfo="none">max print jobs</parameter></link>.
-    </para>
-               
-    <para>Default: <command moreinfo="none">total print jobs = 0</command></para>
-
-    <para>Example: <command moreinfo="none">total print jobs = 5000</command></para>
-</listitem>
-</samba:parameter>
index 5399969f9fe8d6d8ddd9f8860e5eaa36c56ab2c0..66a4b1c02e6096b0249dcc8518c60ac806ec12df 100644 (file)
@@ -909,7 +909,6 @@ static struct parm_struct parm_table[] = {
 
        {"Printing Options", P_SEP, P_SEPARATOR},
        
-       {"total print jobs", P_INTEGER, P_GLOBAL, &Globals.iTotalPrintJobs, NULL, NULL, FLAG_PRINT},
        {"max reported print jobs", P_INTEGER, P_LOCAL, &sDefault.iMaxReportedPrintJobs, NULL, NULL, FLAG_PRINT},
        {"max print jobs", P_INTEGER, P_LOCAL, &sDefault.iMaxPrintJobs, NULL, NULL, FLAG_PRINT},
        {"load printers", P_BOOL, P_GLOBAL, &Globals.bLoadPrinters, NULL, NULL, FLAG_PRINT},
@@ -1735,7 +1734,6 @@ FN_GLOBAL_INTEGER(lp_maxdisksize, &Globals.maxdisksize)
 FN_GLOBAL_INTEGER(lp_lpqcachetime, &Globals.lpqcachetime)
 FN_GLOBAL_INTEGER(lp_max_smbd_processes, &Globals.iMaxSmbdProcesses)
 FN_GLOBAL_INTEGER(lp_disable_spoolss, &Globals.bDisableSpoolss)
-FN_GLOBAL_INTEGER(lp_totalprintjobs, &Globals.iTotalPrintJobs)
 FN_GLOBAL_INTEGER(lp_syslog, &Globals.syslog)
 static FN_GLOBAL_INTEGER(lp_announce_as, &Globals.announce_as)
 FN_GLOBAL_INTEGER(lp_lm_announce, &Globals.lm_announce)