Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: printing-howto.xml
Date: Mon, 04 Sep 2006 02:19:11
Message-Id: 20060904021908.D94E465833@smtp.gentoo.org
1 nightmorph 06/09/04 02:19:08
2
3 Modified: printing-howto.xml
4 Log:
5 Updated the cups port listening section for bug 144483
6
7 Revision Changes Path
8 1.60 xml/htdocs/doc/en/printing-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.60&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.60&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.59&r2=1.60
13
14 Index: printing-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v
17 retrieving revision 1.59
18 retrieving revision 1.60
19 diff -u -r1.59 -r1.60
20 --- printing-howto.xml 4 Sep 2006 01:50:13 -0000 1.59
21 +++ printing-howto.xml 4 Sep 2006 02:19:08 -0000 1.60
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.59 2006/09/04 01:50:13 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.60 2006/09/04 02:19:08 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -24,7 +24,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2.91</version>
35 +<version>2.92</version>
36 <date>2006-09-03</date>
37
38 <chapter>
39 @@ -383,6 +383,18 @@
40 &lt;/Location&gt;
41 </pre>
42
43 +<p>
44 +Also, you will need to specify which port CUPS listens to, so that it will
45 +respond to printing requests from other machines on your network.
46 +</p>
47 +
48 +<pre caption="Port configuration in /etc/cups/cupsd.conf">
49 +Port 631
50 +<comment>(make sure the next two lines are commented out)</comment>
51 +#Listen 127.0.0.1:631
52 +#Listen localhost:631
53 +</pre>
54 +
55 </body>
56 </section>
57 <section id="remote_admin">
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list