summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-08 21:16:38 +0000
committeredwin <edwin@FreeBSD.org>2007-10-08 21:16:38 +0000
commitfad8b72eb19945f492147b635f04e0a96f4a776a (patch)
tree0f13d2298e51d69455e95b4d9cf8c6489894cbb2 /share
parent53bbfe99fba4968859487121a0b32eb29424d31c (diff)
downloadFreeBSD-src-fad8b72eb19945f492147b635f04e0a96f4a776a.zip
FreeBSD-src-fad8b72eb19945f492147b635f04e0a96f4a776a.tar.gz
Describe the process of importing new zoneinfo data and updating
it into CVS. PR: conf/116901 Approved by: re (Ken Smith), grog@ (mentor)
Diffstat (limited to 'share')
-rw-r--r--share/zoneinfo/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 64d8ee0..0a0b5a5 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -1,5 +1,31 @@
# $FreeBSD$
+#
+# HOW TO UPDATE THE ZONEINFO DATA
+#
+# In a clean directory, unpack the distribution archive and run:
+#
+# $ cvs -d :ext:ncvs.freebsd.org:/home/ncvs import -b 1.1.2 \
+# src/share/zoneinfo ADO tzdataYYYYt
+#
+# where YYYYt is the year and the version of the distribution, for
+# example 2004h.
+#
+# Then go to the checked out source, and merge the changes from the
+# previous tag to the new tag in the HEAD:
+#
+# $ cd ../src/share/zoneinfo
+# $ cvs update -jtzdataYYYYp -j tzdataYYYYt
+#
+# Update it again:
+#
+# $ cvs update
+#
+# And push it back into CVS:
+#
+# $ cvs ci
+#
+
CLEANFILES+= yearistype
.if defined(LEAPSECONDS)
OpenPOWER on IntegriCloud