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.43) id 1DypYo-0000eg-UF for garchives@archives.gentoo.org; Sat, 30 Jul 2005 11:31:23 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6UBUOXq010983; Sat, 30 Jul 2005 11:30:24 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6UBUNub019905 for <gentoo-doc-cvs@lists.gentoo.org>; Sat, 30 Jul 2005 11:30:23 GMT Message-Id: <200507301130.j6UBUNub019905@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.43) id 1DypYe-000790-5r for gentoo-doc-cvs@lists.gentoo.org; Sat, 30 Jul 2005 11:31:12 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Sat, 30 Jul 2005 11:31:02 +0000 From: "Sven Vermeulen" <swift@lark.gentoo.org> Date: Sat, 30 Jul 2005 11:31:02 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml Precedence: bulk List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org> List-Help: <mailto:gentoo-doc-cvs+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org> X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 913e2fa0-493e-4305-8b8b-85ce56264df1 X-Archives-Hash: 68ff6ad0821f003a3a2b8e0e2eaad2bb swift 05/07/30 11:31:02 Modified: xml/htdocs/doc/en/handbook/draft hb-install-system.xml Log: #100758 - Touch nsswitch.conf to have different mtime therefore having Portage to leave it alone Revision Changes Path 1.22 +3 -1 xml/htdocs/doc/en/handbook/draft/hb-install-system.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml?rev=1.22&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- hb-install-system.xml 28 Jul 2005 16:43:25 -0000 1.21 +++ hb-install-system.xml 30 Jul 2005 11:31:02 -0000 1.22 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml,v 1.21 2005/07/28 16:43:25 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml,v 1.22 2005/07/30 11:31:02 swift Exp $ --> <sections> @@ -593,6 +593,8 @@ <pre caption="Upgrading baselayout"> # <i>rm /etc/conf.d/net</i> +<comment>(Make sure we keep the nsswitch.conf file)</comment> +# <i>touch /etc/nsswitch.conf</i> # <i>CONFIG_PROTECT="-*" emerge baselayout</i> </pre> -- gentoo-doc-cvs@gentoo.org mailing list