swift 12/12/25 19:00:35 Modified: printing-howto.xml Log: Fix bug #448356 - Updated location for mime.* files, thanks to Al Dreyer for reporting
Revision Changes Path 1.84 xml/htdocs/doc/en/printing-howto.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.84&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.84&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.83&r2=1.84 Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- printing-howto.xml 24 Jul 2012 12:12:51 -0000 1.83 +++ printing-howto.xml 25 Dec 2012 19:00:35 -0000 1.84 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.83 2012/07/24 12:12:51 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.84 2012/12/25 19:00:35 swift Exp $ --> <guide> <title>Gentoo Printing Guide</title> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>6</version> -<date>2012-07-24</date> +<version>7</version> +<date>2012-12-25</date> <chapter> <title>Printing and Gentoo Linux</title> @@ -473,18 +473,18 @@ <p> PCL drivers send raw data to the print server. To enable raw printing on CUPS, -you need to edit <path>/etc/cups/mime.types</path> and uncomment the line -<c>application/octet-stream</c> if it is not already uncommented. Then you need -to edit <path>/etc/cups/mime.convs</path> and do the same, if it is not already -uncommented. +you need to edit <path>/usr/share/cups/mime/mime.types</path> and uncomment the +line <c>application/octet-stream</c> if it is not already uncommented. Then you +need to edit <path>/usr/share/cups/mime/mime.convs</path> and do the same, if +it is not already uncommented. </p> <pre caption="Enable support for raw printing"> -# <i>vim /etc/cups/mime.types</i> +# <i>vim /usr/share/cups/mime/mime.types</i> <comment>(Uncomment the line so that the file contains:)</comment> application/octet-stream -# <i>vim /etc/cups/mime.convs</i> +# <i>vim /usr/share/cups/mime/mime.convs</i> <comment>(Uncomment the line so that the file contains:)</comment> application/octet-stream application/vnd.cups-raw 0 - </pre>
