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: Thu, 14 Sep 2006 11:21:32
Message-Id: 20060914112147.2A5CB64634@smtp.gentoo.org
1 nightmorph 06/09/14 11:21:46
2
3 Modified: printing-howto.xml
4 Log:
5 Updated PCL section for bug 147544, thanks to deathwing00 for reporting and for fox2mike and diox for confirming
6
7 Revision Changes Path
8 1.61 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.61&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.61&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.60&r2=1.61
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.60
18 retrieving revision 1.61
19 diff -u -r1.60 -r1.61
20 --- printing-howto.xml 4 Sep 2006 02:19:08 -0000 1.60
21 +++ printing-howto.xml 14 Sep 2006 11:21:46 -0000 1.61
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.60 2006/09/04 02:19:08 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.61 2006/09/14 11:21:46 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2.92</version>
35 -<date>2006-09-03</date>
36 +<version>2.93</version>
37 +<date>2006-09-14</date>
38
39 <chapter>
40 <title>Printing and Gentoo Linux</title>
41 @@ -433,9 +433,9 @@
42 <p>
43 PCL drivers send raw data to the print server. To enable raw printing on CUPS,
44 you need to edit <path>/etc/cups/mime.types</path> and uncomment the line
45 -<c>application/octet-stream</c>. Then you need to edit
46 -<path>/etc/cups/mime.convs</path> and uncomment the line containing
47 -<c>application/octet-stream</c>.
48 +<c>application/octet-stream</c> if it is not already uncommented. Then you need
49 +to edit <path>/etc/cups/mime.convs</path> and do the same, if it is not already
50 +uncommented.
51 </p>
52
53 <pre caption="Enable support for raw printing">
54 @@ -449,8 +449,8 @@
55 </pre>
56
57 <p>
58 -Do not forget to restart CUPS after making changes to
59 -<path>/etc/cups/cupsd.conf</path> by running <c>/etc/init.d/cupsd restart</c>.
60 +Do not forget to restart CUPS after making these changes by running
61 +<c>/etc/init.d/cupsd restart</c>.
62 </p>
63
64 </body>
65
66
67
68 --
69 gentoo-doc-cvs@g.o mailing list