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 1N8dht-0000G8-Tm for garchives@archives.gentoo.org; Thu, 12 Nov 2009 17:43:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8210DE0C22; Thu, 12 Nov 2009 17:43:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 63FA4E0C22 for ; Thu, 12 Nov 2009 17:43:41 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 058AD673DB for ; Thu, 12 Nov 2009 17:43:41 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1N8dhs-0003pk-Ca for gentoo-commits@lists.gentoo.org; Thu, 12 Nov 2009 17:43:40 +0000 From: "Joshua Saddler (nightmorph)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nightmorph@gentoo.org Subject: [gentoo-commits] 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: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: Sender: Joshua Saddler Date: Thu, 12 Nov 2009 17:43:40 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f1ff99e2-1be4-4274-a8e9-7e8d13eda807 X-Archives-Hash: ef7ac2341170905611db9601c048d275 nightmorph 09/11/12 17:43:40 Modified: openrc-migration.xml Log: update openrc guide for the new swclock initscript. thanks to billie fo= r the patch on bug 292886 Revision Changes Path 1.16 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/open= rc-migration.xml?rev=3D1.16&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/open= rc-migration.xml?rev=3D1.16&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/open= rc-migration.xml?r1=3D1.15&r2=3D1.16 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.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- openrc-migration.xml 17 Feb 2009 07:19:23 -0000 1.15 +++ openrc-migration.xml 12 Nov 2009 17:43:39 -0000 1.16 @@ -1,6 +1,6 @@ - + =20 Baselayout and OpenRC Migration Guide @@ -24,8 +24,8 @@ =20 -1.9 -2009-02-16 +1.10 +2009-11-12 =20 Background @@ -53,6 +53,7 @@ is sys-apps/sysvinit, while Gentoo/FreeBSD uses the FreeBSD init = provided by sys-freebsd/freebsd-sbin.

+
@@ -319,8 +320,11 @@ Clock settings have been renamed from /etc/conf.d/clock to = your system's native tool for adjusting the clock. This means on Linux it wil= l be /etc/conf.d/hwclock and on FreeBSD it will be -/etc/conf.d/adjkerntz. The initscript in /etc/init.d/= -has also been renamed accordingly, so make sure it's in the appropriate +/etc/conf.d/adjkerntz. Systems without a working real time = clock +(RTC) chip should use /etc/init.d/swclock, which sets the s= ystem +time based on the mtime of a file which is created at system shutdown. T= he +initscripts in /etc/init.d/ have also been renamed accordin= gly, so +make sure the appropriate script for your system has been added to the b= oot runlevel.

=20