Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/security: shb-mounting.xml
Date: Sat, 31 Mar 2012 22:14:07
Message-Id: 20120331221357.C11EE2004B@flycatcher.gentoo.org
1 nimiux 12/03/31 22:13:57
2
3 Modified: shb-mounting.xml
4 Log:
5 Fix #410039 - Drop /usr reference from example partition layout in security handbook
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/es/security/shb-mounting.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/security/shb-mounting.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/security/shb-mounting.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/security/shb-mounting.xml?r1=1.3&r2=1.4
13
14 Index: shb-mounting.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/security/shb-mounting.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- shb-mounting.xml 15 Aug 2011 12:30:03 -0000 1.3
21 +++ shb-mounting.xml 31 Mar 2012 22:13:57 -0000 1.4
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/security/shb-mounting.xml,v 1.3 2011/08/15 12:30:03 nimiux Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/security/shb-mounting.xml,v 1.4 2012/03/31 22:13:57 nimiux Exp $ -->
26 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
27
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 @@ -7,8 +7,8 @@
30
31 <sections>
32
33 -<version>1.0</version>
34 -<date>2005-05-31</date>
35 +<version>2</version>
36 +<date>2012-03-31</date>
37
38 <section>
39 <title>Montaje de particiones</title>
40 @@ -16,8 +16,8 @@
41
42 <p>
43 Al montar una partición <c>ext2</c>, <c>ext3</c> o <c>reiserfs</c>
44 -tiene usted algunas opciones que puede aplicar en el fichero
45 -<path>/etc/fstab</path>. Las opciones son:
46 +se pueden aplicar algunas opciones en el fichero <path>/etc/fstab</path>.
47 +Las opciones son:
48 </p>
49
50 <ul>
51 @@ -49,7 +49,6 @@
52 /dev/sda4 /tmp reiserfs notail,noatime,nodev,nosuid,noexec 0 0
53 /dev/sda5 /var reiserfs notail,noatime,nodev 0 0
54 /dev/sda6 /home reiserfs notail,noatime,nodev,nosuid 0 0
55 -/dev/sda7 /usr reiserfs notail,noatime,nodev,ro 0 0
56 /dev/cdroms /cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
57 proc /proc proc defaults 0 0
58 </pre>
59 @@ -60,7 +59,8 @@
60 </warn>
61
62 <note>
63 -Referente a las cuotas de disco mire la sección <uri link="?part=1&amp;chap=5#quotas">Cuotas</uri>.
64 +Referente a las cuotas de disco mire la sección
65 +<uri link="?part=1&amp;chap=5#quotas">Cuotas</uri>.
66 </note>
67
68 <note>
69 @@ -75,9 +75,9 @@
70 </note>
71
72 <note>
73 -Incluso si usted no utiliza netqmail, Gentoo continua necesitando tener
74 +Incluso si no utiliza netqmail, Gentoo continua necesitando tener
75 activado el bit de ejecución en <path>/var/tmp</path> ya que los
76 -ebuilds se construyen ahí. Pero se puede establecer una trayectoria
77 +ebuilds se construyen ahí. Pero se puede establecer una trayectoria
78 alternativa si insiste en tener <path>/var</path> montado en modo
79 <c>noexec</c>.
80 </note>