Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
swift 11/09/11 08:58:07
Modified: gentoo-freebsd.xml
Log:
Update timezone related information, cfr bug #382525 and #213988
Revision Changes Path
1.37 xml/htdocs/doc/en/gentoo-freebsd.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml?r1=1.36&r2=1.37
Index: gentoo-freebsd.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- gentoo-freebsd.xml 31 May 2011 18:04:41 -0000 1.36
+++ gentoo-freebsd.xml 11 Sep 2011 08:58:06 -0000 1.37
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.36 2011/05/31 18:04:41 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.37 2011/09/11 08:58:06 swift Exp $ -->
<guide disclaimer="obsolete">
<title>A short guide to Gentoo/FreeBSD</title>
@@ -29,6 +29,9 @@
<author title="Editor">
<mail link="cam@g.o">Camille Huot</mail>
</author>
+<author title="Editor">
+ <mail link="klondike" />
+</author>
<abstract>
This document gives some general information on FreeBSD, as well as
@@ -40,8 +43,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>5</version>
-<date>2011-05-31</date>
+<version>6</version>
+<date>2011-09-11</date>
<chapter>
<title>Introduction to FreeBSD</title>
@@ -413,13 +416,13 @@
</pre>
<p>
-Edit <path>/etc/conf.d/clock</path> to define the time zone you used
+Edit <path>/etc/timezone</path> to define the time zone you used
previously.
</p>
-<pre caption="Edit /etc/conf.d/clock">
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="Europe/Brussels"
+<pre caption="Edit /etc/timezone">
+# <i>nano -w /etc/timezone</i>
+Europe/Brussels
</pre>
</body>
|
|