Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: printing-howto.xml
Date: Tue, 29 Dec 2009 19:32:02
Message-Id: E1NPhnR-0004qc-ST@stork.gentoo.org
1 nightmorph 09/12/29 19:31:57
2
3 Modified: printing-howto.xml
4 Log:
5 adjust deny directive for bug 249651
6
7 Revision Changes Path
8 1.75 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.75&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.75&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.74&r2=1.75
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.74
18 retrieving revision 1.75
19 diff -u -r1.74 -r1.75
20 --- printing-howto.xml 14 Jun 2009 09:54:04 -0000 1.74
21 +++ printing-howto.xml 29 Dec 2009 19:31:57 -0000 1.75
22 @@ -1,17 +1,15 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.74 2009/06/14 09:54:04 nightmorph Exp $ -->
26 -
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.75 2009/12/29 19:31:57 nightmorph Exp $ -->
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 -<guide link="/doc/en/printing-howto.xml">
31 +<guide>
32 <title>Gentoo Printing Guide</title>
33
34 <author title="Author">
35 - <mail link="swift@g.o">Sven Vermeulen</mail>
36 + <mail link="swift"/>
37 </author>
38 <author title="Editor">
39 - <mail link="nightmorph@g.o">Joshua Saddler</mail>
40 + <mail link="nightmorph"/>
41 </author>
42
43 <abstract>
44 @@ -24,8 +22,8 @@
45 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
46 <license/>
47
48 -<version>3.3</version>
49 -<date>2009-06-14</date>
50 +<version>3.4</version>
51 +<date>2009-12-29</date>
52
53 <chapter>
54 <title>Printing and Gentoo Linux</title>
55 @@ -407,7 +405,6 @@
56 Order allow,deny
57 <i>Allow localhost</i>
58 <i>Allow from 192.168.0.*</i>
59 - Deny all
60 &lt;/Location&gt;
61
62 <comment>(This broadcasts browsing information to the clients on the network)
63 @@ -459,7 +456,6 @@
64 Order allow,deny
65 <i>Allow localhost</i>
66 <i>Allow 192.168.0.3</i>
67 - Deny all
68 &lt;/Location&gt;
69 </pre>