Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
Date: Sun, 20 Jan 2013 18:11:04
Message-Id: 20130120181100.2A7212171D@flycatcher.gentoo.org
1 swift 13/01/20 18:11:00
2
3 Modified: hb-install-system.xml
4 Log:
5 Fix bug #450038 - Add information on news items, thanks to Pacho Ramos
6
7 Revision Changes Path
8 1.132 xml/htdocs/doc/en/handbook/hb-install-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.132&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.132&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.131&r2=1.132
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
17 retrieving revision 1.131
18 retrieving revision 1.132
19 diff -u -r1.131 -r1.132
20 --- hb-install-system.xml 20 Jan 2013 15:58:28 -0000 1.131
21 +++ hb-install-system.xml 20 Jan 2013 18:11:00 -0000 1.132
22 @@ -4,7 +4,7 @@
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-install-system.xml,v 1.131 2013/01/20 15:58:28 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.132 2013/01/20 18:11:00 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,7 +14,7 @@
32 to progress to that state.
33 </abstract>
34
35 -<version>23</version>
36 +<version>24</version>
37 <date>2013-01-20</date>
38
39 <section>
40 @@ -202,7 +202,43 @@
41
42 <p>
43 If you are warned that a new Portage version is available and that you should
44 -update Portage, you should do it now using <c>emerge --oneshot portage</c>.
45 +update Portage, you should do it now using <c>emerge --oneshot portage</c>. You
46 +might also be notified that "news items need reading". More on that next.
47 +</p>
48 +
49 +</body>
50 +</subsection>
51 +<subsection>
52 +<title>Reading News Items</title>
53 +<body>
54 +
55 +<p>
56 +When a Portage tree is synchronized to your system, Portage might warn you with
57 +the following:
58 +</p>
59 +
60 +<pre caption="Portage informing that news items are available">
61 + * IMPORTANT: 2 news items need reading for repository 'gentoo'.
62 + * Use eselect news to read news items.
63 +</pre>
64 +
65 +<p>
66 +Portage news items were created to provide a communication medium to push
67 +critical messages to users via the rsync tree. To manage them you will need to
68 +use <c>eselect news</c>. With the <c>read</c> subcommand, you can read all news
69 +items. With <c>list</c> you can get an overview of the available news items, and
70 +with <c>purge</c> you can remove them once you have read them and have no
71 +further need for the item(s) anymore.
72 +</p>
73 +
74 +<pre caption="Handling Portage news">
75 +# <i>eselect news list</i>
76 +# <i>eselect news read</i>
77 +</pre>
78 +
79 +<p>
80 +More information about the newsreader is available through its manual page:
81 +<c>man news.eselect</c>.
82 </p>
83
84 </body>