swift 05/05/23 16:56:11 Modified: xml/htdocs/doc/en printing-howto.xml Log: #91420 - Add information on Port -> Listen stuff for Internet-connected systems
Revision Changes Path 1.48 +10 -3 xml/htdocs/doc/en/printing-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/printing-howto.xml?rev=1.48&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/printing-howto.xml?rev=1.48&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/printing-howto.xml.diff?r1=1.47&r2=1.48&cvsroot=gentoo Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- printing-howto.xml 24 Apr 2005 09:24:18 -0000 1.47 +++ printing-howto.xml 23 May 2005 16:56:11 -0000 1.48 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.47 2005/04/24 09:24:18 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.48 2005/05/23 16:56:11 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/printing-howto.xml"> @@ -32,8 +32,8 @@ <license/> -<version>1.22</version> -<date>2005-04-24</date> +<version>1.23</version> +<date>2005-05-23</date> <chapter> <title>Installing CUPS and foomatic</title> @@ -403,6 +403,13 @@ </pre> <p> +Next, if you do not want every host on your network to be able to view and use +your printer (for instance when your system is directly connected to the +Internet), search for a line that states <c>Port 631</c> and replace it with +<c>Listen 127.0.0.1:631</c>. +</p> + +<p> For those who want to set up clients using the new print server please look in <path>/etc/cups/client.conf</path> on the client machine and point the <c>ServerName</c> parameter to the network name of the print server. -- [email protected] mailing list
