Describe the process of importing new zoneinfo data and updating

it into CVS.

PR:		conf/116901
Approved by:	re (Ken Smith), grog@ (mentor)
This commit is contained in:
Edwin Groothuis 2007-10-08 21:16:38 +00:00
parent 4ab8ab9285
commit 4add124f9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172476

View File

@ -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)