Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: faq.xml
Date: Thu, 28 Feb 2008 08:25:29
Message-Id: E1JUe50-0001MO-5H@stork.gentoo.org
1 nightmorph 08/02/28 08:25:26
2
3 Modified: faq.xml
4 Log:
5 fixed proxy env variables, bug 211697
6
7 Revision Changes Path
8 1.112 xml/htdocs/doc/en/faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.112&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.112&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/faq.xml?r1=1.111&r2=1.112
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v
17 retrieving revision 1.111
18 retrieving revision 1.112
19 diff -u -r1.111 -r1.112
20 --- faq.xml 19 Feb 2008 22:25:02 -0000 1.111
21 +++ faq.xml 28 Feb 2008 08:25:26 -0000 1.112
22 @@ -43,8 +43,8 @@
23 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
24 <license/>
25
26 -<version>3.10</version>
27 -<date>2008-02-19</date>
28 +<version>3.11</version>
29 +<date>2008-02-28</date>
30
31 <faqindex>
32 <title>Questions</title>
33 @@ -264,8 +264,8 @@
34 </p>
35
36 <pre caption = "/etc/make.conf">
37 -HTTP_PROXY="http://username:password@××××××××××××.org:portnumber"
38 -FTP_PROXY="ftp://username:password@××××××××××××.org:portnumber"
39 +http_proxy="http://username:password@××××××××××××.org:portnumber"
40 +ftp_proxy="ftp://username:password@××××××××××××.org:portnumber"
41 RSYNC_PROXY="rsync://username:password@××××××××××××.server:portnumber"
42 </pre>
43
44
45
46
47 --
48 gentoo-doc-cvs@l.g.o mailing list