nightmorph 09/06/14 09:54:04 Modified: printing-howto.xml Log: updated remote printing instructions for bug 262362
Revision Changes Path 1.74 xml/htdocs/doc/en/printing-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.74&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.74&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.73&r2=1.74 Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- printing-howto.xml 26 Jan 2009 07:40:20 -0000 1.73 +++ printing-howto.xml 14 Jun 2009 09:54:04 -0000 1.74 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.73 2009/01/26 07:40:20 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.74 2009/06/14 09:54:04 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>3.2</version> -<date>2009-01-25</date> +<version>3.3</version> +<date>2009-06-14</date> <chapter> <title>Printing and Gentoo Linux</title> @@ -406,9 +406,13 @@ <Location /> Order allow,deny <i>Allow localhost</i> - <i>Allow 192.168.0.*</i> + <i>Allow from 192.168.0.*</i> Deny all </Location> + +<comment>(This broadcasts browsing information to the clients on the network) +(This is so that they know the printer is available)</comment> +BrowseAddress 192.168.0.*:631 </pre> <p>
