Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: printing-howto.xml
Date: Tue, 25 Dec 2012 19:04:10
Message-Id: 20121225190035.C3BF92171D@flycatcher.gentoo.org
1 swift 12/12/25 19:00:35
2
3 Modified: printing-howto.xml
4 Log:
5 Fix bug #448356 - Updated location for mime.* files, thanks to Al Dreyer for reporting
6
7 Revision Changes Path
8 1.84 xml/htdocs/doc/en/printing-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.84&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.84&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.83&r2=1.84
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.83
18 retrieving revision 1.84
19 diff -u -r1.83 -r1.84
20 --- printing-howto.xml 24 Jul 2012 12:12:51 -0000 1.83
21 +++ printing-howto.xml 25 Dec 2012 19:00:35 -0000 1.84
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.83 2012/07/24 12:12:51 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.84 2012/12/25 19:00:35 swift Exp $ -->
27
28 <guide>
29 <title>Gentoo Printing Guide</title>
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>6</version>
35 -<date>2012-07-24</date>
36 +<version>7</version>
37 +<date>2012-12-25</date>
38
39 <chapter>
40 <title>Printing and Gentoo Linux</title>
41 @@ -473,18 +473,18 @@
42
43 <p>
44 PCL drivers send raw data to the print server. To enable raw printing on CUPS,
45 -you need to edit <path>/etc/cups/mime.types</path> and uncomment the line
46 -<c>application/octet-stream</c> if it is not already uncommented. Then you need
47 -to edit <path>/etc/cups/mime.convs</path> and do the same, if it is not already
48 -uncommented.
49 +you need to edit <path>/usr/share/cups/mime/mime.types</path> and uncomment the
50 +line <c>application/octet-stream</c> if it is not already uncommented. Then you
51 +need to edit <path>/usr/share/cups/mime/mime.convs</path> and do the same, if
52 +it is not already uncommented.
53 </p>
54
55 <pre caption="Enable support for raw printing">
56 -# <i>vim /etc/cups/mime.types</i>
57 +# <i>vim /usr/share/cups/mime/mime.types</i>
58 <comment>(Uncomment the line so that the file contains:)</comment>
59 application/octet-stream
60
61 -# <i>vim /etc/cups/mime.convs</i>
62 +# <i>vim /usr/share/cups/mime/mime.convs</i>
63 <comment>(Uncomment the line so that the file contains:)</comment>
64 application/octet-stream application/vnd.cups-raw 0 -
65 </pre>