From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1En1rR-0004bN-T2 for garchives@archives.gentoo.org; Thu, 15 Dec 2005 22:46:06 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jBFMjwC3006806; Thu, 15 Dec 2005 22:45:58 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jBFMjwVi019676 for ; Thu, 15 Dec 2005 22:45:58 GMT Message-Id: <200512152245.jBFMjwVi019676@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.54) id 1En1rJ-0000ze-QF for gentoo-doc-cvs@lists.gentoo.org; Thu, 15 Dec 2005 22:45:57 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Thu, 15 Dec 2005 22:45:57 +0000 From: "Lukasz Damentko" Date: Thu, 15 Dec 2005 22:45:57 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: shb-chroot.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 83d6a474-29d9-42c0-9ec8-d770e2663061 X-Archives-Hash: 8c385475180a5d7b6737c65762a4aa6b rane 05/12/15 22:45:57 Modified: xml/htdocs/doc/en/security shb-chroot.xml Log: adding a slash in mkdir chroot to ensure that the dir will be created in / Revision Changes Path 1.2 +4 -4 xml/htdocs/doc/en/security/shb-chroot.xml 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 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 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 Index: shb-chroot.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-chroot.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- shb-chroot.xml 1 Jun 2005 15:43:47 -0000 1.1 +++ shb-chroot.xml 15 Dec 2005 22:45:57 -0000 1.2 @@ -1,5 +1,5 @@ - + @@ -7,8 +7,8 @@ -1.0 -2005-05-31 +1.1 +2005-12-15
Chrooting @@ -32,7 +32,7 @@

-Create the /chroot directory with mkdir chroot. And find what +Create the /chroot directory with mkdir /chroot. And find what dynamic libraries that bash is compiled with (if it is compiled with -static this step is not necessary):

-- gentoo-doc-cvs@gentoo.org mailing list