jkt 05/11/25 20:36:02 Modified: xml/htdocs/doc/en guide-localization.xml Log: #110038, "Do not symlink /etc/localtime, copy the file instead"
Revision Changes Path 1.33 +5 -5 xml/htdocs/doc/en/guide-localization.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.33&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.33&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- guide-localization.xml 24 Sep 2005 13:06:18 -0000 1.32 +++ guide-localization.xml 25 Nov 2005 20:36:01 -0000 1.33 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.32 2005/09/24 13:06:18 flammie Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.33 2005/11/25 20:36:01 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/guide-localization.xml"> @@ -29,8 +29,8 @@ the German doc. Includes configuration for use of the euro currency symbol. </abstract> -<version>1.23</version> -<date>2005-09-24</date> +<version>1.24</version> +<date>2005-11-25</date> <chapter> <title>Time zone</title> @@ -38,7 +38,7 @@ <body> <p> -In order to keep time properly, <path>/etc/localtime</path> must point to the +In order to keep time properly, <path>/etc/localtime</path> must contain the correct time zone data file. Look around in <path>/usr/share/zoneinfo/</path> and pick your timezone or a near-by big city. Please avoid the <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not @@ -46,7 +46,7 @@ </p> <pre caption="setting the timezone"> -# <i>ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime</i> +# <i>cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime</i> # <i>date</i> Sun Feb 16 08:26:44 CET 2003 </pre> -- [email protected] mailing list
