svn commit: samba-docs r983 - in trunk: . smbdotconf/printing

jelmer at samba.org jelmer at samba.org
Thu Aug 24 22:43:35 GMT 2006


Author: jelmer
Date: 2006-08-24 22:43:34 +0000 (Thu, 24 Aug 2006)
New Revision: 983

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=983

Log:
Document [:port] syntax for "cups server"

Modified:
   trunk/
   trunk/smbdotconf/printing/cupsserver.xml


Changeset:

Property changes on: trunk
___________________________________________________________________
Name: bzr:merge
   + jelmer at samba.org-20060824224242-224d4aed36d925e6


Modified: trunk/smbdotconf/printing/cupsserver.xml
===================================================================
--- trunk/smbdotconf/printing/cupsserver.xml	2006-08-08 19:04:38 UTC (rev 982)
+++ trunk/smbdotconf/printing/cupsserver.xml	2006-08-24 22:43:34 UTC (rev 983)
@@ -12,8 +12,15 @@
    If set, this option overrides the ServerName option in the CUPS <filename>client.conf</filename>. This is 
    necessary if you have virtual samba servers that connect to different CUPS daemons.
    </para>
+
+   <para>Optionally, a port can be specified by separating the server name 
+	   and port number with a colon. If no port was specified, 
+	   the default port for IPP (631) will be used.
+   </para>
+	  
 </description>
 
 <value type="default">""</value>
-<value type="example">MYCUPSSERVER</value>
+<value type="example">mycupsserver</value>
+<value type="example">mycupsserver:1631</value>
 </samba:parameter>



More information about the samba-cvs mailing list