fox2mike 08/03/20 17:31:27 Modified: vdr-guide.xml Log: Replacing emerge --config with equivalent eselect commands, thanks to Matthias Schwarzott <[EMAIL PROTECTED]> for patch
Revision Changes Path 1.9 xml/htdocs/doc/en/vdr-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/vdr-guide.xml?rev=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/vdr-guide.xml?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/vdr-guide.xml?r1=1.8&r2=1.9 Index: vdr-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- vdr-guide.xml 13 Nov 2007 13:10:45 -0000 1.8 +++ vdr-guide.xml 20 Mar 2008 17:31:27 -0000 1.9 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v 1.8 2007/11/13 13:10:45 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v 1.9 2008/03/20 17:31:27 fox2mike Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/vdr-guide.xml"> @@ -26,8 +26,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.5</version> -<date>2007-11-13</date> +<version>1.6</version> +<date>2008-03-21</date> <chapter> <title>General information to DVB</title> @@ -215,7 +215,7 @@ <pre caption="Installing vdr-remote"> # <i>emerge vdr-remote</i> -# <i>emerge --config vdr-remote</i> +# <i>eselect vdr-plugin enable remote</i> </pre> <p> @@ -425,7 +425,7 @@ <pre caption="Installing the softdevice plugin"> # <i>emerge vdr-softdevice</i> -# <i>emerge --config vdr-softdevice</i> +# <i>eselect vdr-plugin enable softdevice</i> </pre> <p> @@ -466,7 +466,7 @@ <pre caption="Installing vdr-xineliboutput"> # <i>emerge vdr-xineliboutput</i> -# <i>emerge --config vdr-xineliboutput</i> +# <i>eselect vdr-plugin enable xineliboutput</i> </pre> <p> @@ -575,7 +575,7 @@ <pre caption="Installing and activating vdr-reelchannelscan"> # <i>emerge vdr-reelchannelscan</i> -# <i>emerge --config vdr-reelchannelscan</i> +# <i>eselect vdr-plugin enable reelchannelscan</i> </pre> </body> -- [email protected] mailing list
