swift 12/05/22 18:40:06 Modified: hb-working-portage.xml Log: Fix bug #414723 - Use new style virtual explanation. Thanks to Chema Alonso for the patch.
Revision Changes Path 1.79 xml/htdocs/doc/en/handbook/hb-working-portage.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.78&r2=1.79 Index: hb-working-portage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- hb-working-portage.xml 26 Oct 2011 19:46:19 -0000 1.78 +++ hb-working-portage.xml 22 May 2012 18:40:06 -0000 1.79 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.78 2011/10/26 19:46:19 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.79 2012/05/22 18:40:06 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ maintain the software on his system. </abstract> -<version>4</version> -<date>2011-10-26</date> +<version>5</version> +<date>2012-05-22</date> <section> <title>Welcome to Portage</title> @@ -508,8 +508,9 @@ are all system loggers. Applications that rely on the availability of "a system logger" cannot depend on, for instance, <c>metalogd</c>, as the other system loggers are as good a choice as any. Portage allows for <e>virtuals</e>: each -system logger provides <c>virtual/syslog</c> so that applications can depend on -<c>virtual/syslog</c>. +system logger is listed as a provider of the logging service in the +<c>logger</c> virtual package of the <c>virtual</c> category, so that +applications can depend on the <c>virtual/logger</c> package. </p> <p>
