Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
Date: Mon, 26 Dec 2005 16:47:31
Message-Id: 200512261647.jBQGlHiv022499@robin.gentoo.org
1 swift 05/12/26 16:47:16
2
3 Modified: xml/htdocs/doc/en/handbook hb-working-portage.xml
4 Log:
5 #116101 - Adding --ask example for world updates
6
7 Revision Changes Path
8 1.57 +7 -5 xml/htdocs/doc/en/handbook/hb-working-portage.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.57&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.57&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-portage.xml.diff?r1=1.56&r2=1.57&cvsroot=gentoo
13
14 Index: hb-working-portage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
17 retrieving revision 1.56
18 retrieving revision 1.57
19 diff -u -r1.56 -r1.57
20 --- hb-working-portage.xml 30 Jun 2005 07:44:34 -0000 1.56
21 +++ hb-working-portage.xml 26 Dec 2005 16:47:16 -0000 1.57
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.56 2005/06/30 07:44:34 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.57 2005/12/26 16:47:16 swift Exp $ -->
28
29 <sections>
30
31 -<version>1.51</version>
32 -<date>2005-06-30</date>
33 +<version>1.52</version>
34 +<date>2005-12-26</date>
35
36 <section>
37 <title>Welcome to Portage</title>
38 @@ -274,11 +274,13 @@
39 security updates) you need to update your system regularly. Since Portage only
40 checks the ebuilds in your Portage tree you first have to update your Portage
41 tree. When your Portage tree is updated, you can update your system with
42 -<c>emerge --update world</c>:
43 +<c>emerge --update world</c>. In the next example, we'll also use the
44 +<c>--ask</c> switch which will tell Portage to display the list of packages it
45 +wants to upgrade and ask you if you want to continue:
46 </p>
47
48 <pre caption="Updating your system">
49 -# <i>emerge --update world</i>
50 +# <i>emerge --update --ask world</i>
51 </pre>
52
53 <p>
54
55
56
57 --
58 gentoo-doc-cvs@g.o mailing list