From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RQNaV-0001wn-7Q for garchives@archives.gentoo.org; Tue, 15 Nov 2011 18:18:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9163121C02D; Tue, 15 Nov 2011 18:18:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DD43C21C022 for ; Tue, 15 Nov 2011 18:18:16 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46DA91B4039 for ; Tue, 15 Nov 2011 18:18:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id 18FBE2004C; Tue, 15 Nov 2011 18:18:14 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml X-VCS-Repository: gentoo X-VCS-Files: openrc-migration.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Message-Id: <20111115181815.18FBE2004C@flycatcher.gentoo.org> Date: Tue, 15 Nov 2011 18:18:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 11c603af-d969-40ba-8090-593d1dd62c06 X-Archives-Hash: ed978fa77a5ef0f2ed1cd6865ac6f0f3 swift 11/11/15 18:18:14 Modified: openrc-migration.xml Log: Fix bug #389809 - Refer to /etc/conf.d/net.example as a deprecated file= . Leave room to add other files as well if they are known. Revision Changes Path 1.35 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/open= rc-migration.xml?rev=3D1.35&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/open= rc-migration.xml?rev=3D1.35&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/open= rc-migration.xml?r1=3D1.34&r2=3D1.35 Index: openrc-migration.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- openrc-migration.xml 3 Sep 2011 07:18:26 -0000 1.34 +++ openrc-migration.xml 15 Nov 2011 18:18:14 -0000 1.35 @@ -1,6 +1,6 @@ - + =20 Baselayout and OpenRC Migration Guide @@ -27,8 +27,8 @@ =20 -13 -2011-09-03 +14 +2011-11-15 =20 Background @@ -533,6 +533,23 @@
+Cleaning up stale configuration files + + +

+After migration, there will be files left on your file system that are n= ot +cleaned up by Portage. Those are configuration files which are protected= by +Portage' configuration file protection feature. +

+ +

+The most notable example would be /etc/conf.d/net.example w= hich is +superseded by /usr/share/doc/openrc-*/net.example.bz2. +

+ + +
+
Finishing up =20