Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: shb-chroot.xml
Date: Thu, 15 Dec 2005 22:46:06
Message-Id: 200512152245.jBFMjwVi019676@robin.gentoo.org
1 rane 05/12/15 22:45:57
2
3 Modified: xml/htdocs/doc/en/security shb-chroot.xml
4 Log:
5 adding a slash in mkdir chroot to ensure that the dir will be created in /
6
7 Revision Changes Path
8 1.2 +4 -4 xml/htdocs/doc/en/security/shb-chroot.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-chroot.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-chroot.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-chroot.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
13
14 Index: shb-chroot.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-chroot.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- shb-chroot.xml 1 Jun 2005 15:43:47 -0000 1.1
21 +++ shb-chroot.xml 15 Dec 2005 22:45:57 -0000 1.2
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-chroot.xml,v 1.1 2005/06/01 15:43:47 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-chroot.xml,v 1.2 2005/12/15 22:45:57 rane 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>1.1</version>
36 +<date>2005-12-15</date>
37
38 <section>
39 <title>Chrooting</title>
40 @@ -32,7 +32,7 @@
41 </p>
42
43 <p>
44 -Create the <path>/chroot</path> directory with <c>mkdir chroot</c>. And find what
45 +Create the <path>/chroot</path> directory with <c>mkdir /chroot</c>. And find what
46 dynamic libraries that <c>bash</c> is compiled with (if it is compiled with
47 <c>-static</c> this step is not necessary):
48 </p>
49
50
51
52 --
53 gentoo-doc-cvs@g.o mailing list