Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/security: shb-mounting.xml
Date: Sat, 31 Mar 2012 15:04:05
Message-Id: 20120331131950.908452004B@flycatcher.gentoo.org
1 swift 12/03/31 13:19:50
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.5 xml/htdocs/doc/en/security/shb-mounting.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/security/shb-mounting.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/security/shb-mounting.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/security/shb-mounting.xml?r1=1.4&r2=1.5
13
14 Index: shb-mounting.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-mounting.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- shb-mounting.xml 7 Mar 2007 02:14:16 -0000 1.4
21 +++ shb-mounting.xml 31 Mar 2012 13:19:50 -0000 1.5
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-mounting.xml,v 1.4 2007/03/07 02:14:16 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-mounting.xml,v 1.5 2012/03/31 13:19:50 swift 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>Mounting partitions</title>
40 @@ -46,7 +46,6 @@
41 /dev/sda4 /tmp reiserfs notail,noatime,nodev,nosuid,noexec 0 0
42 /dev/sda5 /var reiserfs notail,noatime,nodev 0 0
43 /dev/sda6 /home reiserfs notail,noatime,nodev,nosuid 0 0
44 -/dev/sda7 /usr reiserfs notail,noatime,nodev,ro 0 0
45 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
46 proc /proc proc defaults 0 0
47 </pre>