Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-amd64-faq.xml
Date: Fri, 24 Apr 2009 17:13:44
Message-Id: E1LxOy5-0001DC-UG@stork.gentoo.org
1 nightmorph 09/04/24 17:13:41
2
3 Modified: gentoo-amd64-faq.xml
4 Log:
5 the flash plugin got a new name, and updated some of the install instructions
6
7 Revision Changes Path
8 1.33 xml/htdocs/doc/en/gentoo-amd64-faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml?rev=1.33&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml?rev=1.33&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml?r1=1.32&r2=1.33
13
14 Index: gentoo-amd64-faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml,v
17 retrieving revision 1.32
18 retrieving revision 1.33
19 diff -u -r1.32 -r1.33
20 --- gentoo-amd64-faq.xml 15 Apr 2009 06:33:59 -0000 1.32
21 +++ gentoo-amd64-faq.xml 24 Apr 2009 17:13:41 -0000 1.33
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/gentoo-amd64-faq.xml,v 1.32 2009/04/15 06:33:59 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml,v 1.33 2009/04/24 17:13:41 nightmorph Exp $ -->
27
28 <guide link="/doc/en/gentoo-amd64-faq.xml">
29 <title>Gentoo Linux/AMD64 Frequently Asked Questions</title>
30 @@ -29,8 +29,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.23</version>
35 -<date>2009-04-14</date>
36 +<version>1.24</version>
37 +<date>2009-04-24</date>
38
39 <faqindex>
40 <title>Questions</title>
41 @@ -253,8 +253,10 @@
42 <body>
43
44 <p>
45 -Yes. Just <c>emerge netscape-flash</c>. Adobe has provided a 64-bit Flash plugin
46 -starting with version 10.0.22.87.
47 +Yes. Just <c>emerge adobe-flash</c>. Adobe has provided a 64-bit Flash plugin
48 +starting with version 10.0.22.87. If you don't need the 32-bit plugin, then run
49 +<c>echo "www-plugins/adobe-flash -32bit" >> /etc/portage/package.use</c>. This
50 +will install only the 64-bit Flash plugin.
51 </p>
52
53 </body>