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 1R3COs-0001sz-9p for garchives@archives.gentoo.org; Mon, 12 Sep 2011 19:42:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A793721C149; Mon, 12 Sep 2011 19:42:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 66EF821C149 for ; Mon, 12 Sep 2011 19:42:29 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABB6F1B4018 for ; Mon, 12 Sep 2011 19:42:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id 5B9222004C; Mon, 12 Sep 2011 19:42:27 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: guide-localization.xml X-VCS-Repository: gentoo X-VCS-Files: guide-localization.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: <20110912194227.5B9222004C@flycatcher.gentoo.org> Date: Mon, 12 Sep 2011 19:42:27 +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: X-Archives-Hash: 4fcaf5df173e396ebafc5858d6a9db29 swift 11/09/12 19:42:27 Modified: guide-localization.xml Log: Fix bug #382525 - Updates for OpenRC on localization guide. Patch by Fr= ancisco "klondike" Revision Changes Path 1.63 xml/htdocs/doc/en/guide-localization.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guid= e-localization.xml?rev=3D1.63&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guid= e-localization.xml?rev=3D1.63&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guid= e-localization.xml?r1=3D1.62&r2=3D1.63 Index: guide-localization.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/guide-localization.xml,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- guide-localization.xml 4 Sep 2011 17:53:40 -0000 1.62 +++ guide-localization.xml 12 Sep 2011 19:42:27 -0000 1.63 @@ -1,5 +1,5 @@ - + =20 @@ -25,6 +25,9 @@ + + + =20 This guide should help users localize their Gentoo Linux distribution to= any @@ -32,8 +35,8 @@ the German doc. Includes configuration for use of the euro currency symb= ol. =20 -1.46 -2010-02-14 +2 +2011-09-12 =20 Time zone @@ -44,7 +47,7 @@ In order to keep time properly, you need to select your timezone so that= your system knows where it is located. Look for your timezone in /usr/share/zoneinfo. You then set your timezone in -/etc/conf.d/clock. Please avoid the +/etc/timezone. Please avoid the /usr/share/zoneinfo/Etc/GMT* timezones as their names do no= t indicate the expected zones. For instance, GMT-8 is in fact= GMT+8.

@@ -55,8 +58,8 @@ (First copy the proper zone to localtime) # cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime (Now specify your timezone) -# nano -w /etc/conf.d/clock -TIMEZONE=3D"Europe/Brussels" +# nano -w /etc/timezone +Europe/Brussels =20 # date Wed Mar 8 00:46:05 CET 2006 @@ -88,15 +91,16 @@ UTC (or GMT, Greenwich Mean Time) and then your timezone is taken into account to determine the actual, local time. If, for some reason, you need your hardware clock not to be in UTC, -you will need to edit /etc/conf.d/clock and change the -value of CLOCK from UTC to local. +you will need to edit /etc/conf.d/hwclock (or if you use Ge= ntoo +BSD: /etc/conf.d/adjkerntz) and change the +value of clock from UTC to local.

=20
 (recommended:)
-CLOCK=3D"UTC"
+clock=3D"UTC"
 (or:)
-CLOCK=3D"local"
+clock=3D"local"
 
=20 @@ -222,7 +226,7 @@ =20 Use de_DE@euro as your LANG if you want to use the Euro currency = symbol -(=E2=82=AC). +(=E2=82=AC) on non UTF-8 based locales. =20

@@ -347,7 +351,7 @@ =20

The keyboard layout used by the console is set in -/etc/conf.d/keymaps by the KEYMAP variable. +/etc/conf.d/keymaps by the keymap variable. Valid values can be found in /usr/share/keymaps/{arch}/. i386 has further subdivisions into layout @@ -357,9 +361,9 @@

=20
-KEYMAP=3D"de"
-KEYMAP=3D"de-latin1"
-KEYMAP=3D"de-latin1-nodeadkeys"
+keymap=3D"de"
+keymap=3D"de-latin1"
+keymap=3D"de-latin1-nodeadkeys"
 
=20 @@ -378,13 +382,13 @@

=20
- Section "InputDevice"
-     Identifier  "Keyboard1"
-     ...
-     Option "XkbLayout"    "de"
-     #Option "XkbModel"     "pc105"    ## this is for internati=
onal keyboards.
-     # Option "XkbVariant"  "nodeadkeys" ## this would be used =
for xterm input
-     ...
+Section "InputClass"
+	Identifier "keyboard-all"
+	Driver "evdev"
+	Option "XkbLayout" "de"
+	#Option "XkbModel" "pc105"
+	MatchIsKeyboard "on"
+EndSection
 
=20

@@ -408,11 +412,13 @@

=20
- Section "InputDevice"
-     Identifier  "Keyboard1"
-     ...
-     Option "XkbLayout"    "us,ru"
-     Option "XkbOptions"   "grp:alt_shift_toggle,grp_led:scroll"
+Section "InputClass"
+	Identifier "keyboard-all"
+	Driver "evdev"
+	Option "XkbLayout"    "us,ru"
+	Option "XkbOptions"   "grp:alt_shift_toggle,grp_led:scroll"
+	MatchIsKeyboard "on"
+EndSection
 
=20

@@ -448,25 +454,25 @@ =20

In order to get your console to display the Euro symbol, you will need t= o set -CONSOLEFONT in /etc/conf.d/consolefont to a file fou= nd in +consolefont in /etc/conf.d/consolefont to a file fou= nd in /usr/share/consolefonts/ (without the .psfu.gz). lat9w-16 has the Euro symbol.

=20
-CONSOLEFONT=3D"lat9w-16"
+consolefont=3D"lat9w-16"
 
=20

-You should verify that CONSOLEFONT is in the boot runlevel: +You should verify that consolefont is in the boot runlevel:

=20
-# rc-update -v show | grep -i consolefont
+# rc-update -v show | grep consolefont
 
=20

-If no runlevel is displayed for CONSOLEFONT, then add it to the p= roper level: +If no runlevel is displayed for consolefont, then add it to the p= roper level:

=20