nightmorph 06/09/04 02:19:08 Modified: printing-howto.xml Log: Updated the cups port listening section for bug 144483
Revision Changes Path 1.60 xml/htdocs/doc/en/printing-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.60&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.59&r2=1.60 Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- printing-howto.xml 4 Sep 2006 01:50:13 -0000 1.59 +++ printing-howto.xml 4 Sep 2006 02:19:08 -0000 1.60 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.59 2006/09/04 01:50:13 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.60 2006/09/04 02:19:08 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,7 +24,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.91</version> +<version>2.92</version> <date>2006-09-03</date> <chapter> @@ -383,6 +383,18 @@ </Location> </pre> +<p> +Also, you will need to specify which port CUPS listens to, so that it will +respond to printing requests from other machines on your network. +</p> + +<pre caption="Port configuration in /etc/cups/cupsd.conf"> +Port 631 +<comment>(make sure the next two lines are commented out)</comment> +#Listen 127.0.0.1:631 +#Listen localhost:631 +</pre> + </body> </section> <section id="remote_admin"> -- [email protected] mailing list
