Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it: udev-guide.xml
Date: Tue, 01 Sep 2009 13:41:13
Message-Id: E1MiYQZ-0001Kd-4P@stork.gentoo.org
1 scen 09/09/01 18:49:59
2
3 Modified: udev-guide.xml
4 Log:
5 Version 5, revision 1.50 of EN CVS
6
7 Revision Changes Path
8 1.31 xml/htdocs/doc/it/udev-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/udev-guide.xml?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/udev-guide.xml?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/udev-guide.xml?r1=1.30&r2=1.31
13
14 Index: udev-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/udev-guide.xml,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- udev-guide.xml 5 Feb 2009 22:04:16 -0000 1.30
21 +++ udev-guide.xml 1 Sep 2009 18:49:58 -0000 1.31
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/udev-guide.xml,v 1.30 2009/02/05 22:04:16 scen Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/udev-guide.xml,v 1.31 2009/09/01 18:49:58 scen Exp $ -->
27
28 <guide link="/doc/it/udev-guide.xml" lang="it">
29 <title>Guida a udev su Gentoo</title>
30 @@ -26,8 +26,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>4</version>
35 -<date>2009-01-26</date>
36 +<version>5</version>
37 +<date>2009-08-05</date>
38
39 <chapter>
40 <title>Cos'รจ udev?</title>
41 @@ -479,8 +479,8 @@
42 </p>
43
44 <pre caption="Specificare i parametri del modulo">
45 -# <i>echo "option snd-ice1724 index=0" >> /etc/modules.d/alsa</i>
46 -# <i>echo "option snd-ymfpci index=1" >> /etc/modules.d/alsa</i>
47 +# <i>echo "option snd-ice1724 index=0" >> /etc/modprobe.d/alsa.conf</i>
48 +# <i>echo "option snd-ymfpci index=1" >> /etc/modprobe.d/alsa.conf</i>
49 # <i>update-modules</i>
50 </pre>