nightmorph    07/06/26 04:14:39

  Modified:             gentoolkit.xml
  Log:
  updated gentoolkit guide for bug 171446

Revision  Changes    Path
1.30                 xml/htdocs/doc/en/gentoolkit.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?r1=1.29&r2=1.30

Index: gentoolkit.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- gentoolkit.xml      26 Jun 2007 04:02:53 -0000      1.29
+++ gentoolkit.xml      26 Jun 2007 04:14:39 -0000      1.30
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.29 
2007/06/26 04:02:53 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.30 
2007/06/26 04:14:39 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/gentoolkit.xml">
@@ -37,8 +37,8 @@
 
 <!-- Licensed under GFDL -->
 
-<version>1.11</version>
-<date>2007-02-20</date>
+<version>1.12</version>
+<date>2007-06-25</date>
 
 <chapter>
 <title>Introduction</title>
@@ -731,6 +731,58 @@
 
 </body>
 </section>
+<section>
+<title>eread</title>
+<body>
+
+<p>
+<c>eread</c> is a simple utility to display elog files produced by
+>=<c>portage-2.1</c>. You can set the saving of elog files by setting a couple
+of variables in <path>/etc/make.conf</path>:
+</p>
+
+<pre caption="Enabling elog in /etc/make.conf">
+PORTAGE_ELOG_CLASSES="log"
+PORTAGE_ELOG_SYSTEM="save"
+</pre>
+
+<note>
+This is just one way of saving elog messages. For more information on how
+Portage's elog system works, please refer to the appropriate page in the <uri
+link="/doc/en/handbook/handbook-x86.xml?part=3&amp;chap=1#doc_chap4">Portage
+Handbook</uri>.
+</note>
+
+<p>
+Once you've set up elog to your satisfaction, just run <c>eread</c> to view 
your
+log files.
+</p>
+
+<pre caption="Using eread">
+$ <i>eread</i>
+
+This is a list of portage log items. Choose a number to view that file or type 
q to quit.
+
+1) app-portage:gentoolkit-0.2.4_pre2:20070320-000256.log
+2) app-portage:gentoolkit-0.2.4_pre2:20070320-000258.log
+3) app-portage:gentoolkit-0.2.4_pre2:20070320-000319.log
+4) app-portage:gentoolkit-0.2.3:20070320-000408.log
+Choice?
+</pre>
+
+<p>
+Select a number and the file will be displayed using the paging program
+specified in the PAGER environment variable. If PAGER is not set, it will use
+<c>less</c>.
+</p>
+
+<p>
+After displaying the elog item, you will be prompted if you want to delete the
+file.
+</p>
+
+</body>
+</section>
 </chapter>
 
 </guide>



-- 
[EMAIL PROTECTED] mailing list

Reply via email to