Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 1998 16:15:45 -0700 (PDT)
From:      David Wolfskill <dhw@whistle.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   misc/7459: /usr/share/zoneinfo/zone.tab has a bad file reference
Message-ID:  <199807312315.QAA22497@pau-amma.whistle.com>

index | next in thread | raw e-mail


>Number:         7459
>Category:       misc
>Synopsis:       /usr/share/zoneinfo/zone.tab has a bad file reference
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 31 16:20:00 PDT 1998
>Last-Modified:
>Originator:     David Wolfskill
>Organization:
Whistle Communications
>Release:        FreeBSD 2.2.6-RELEASE i386
>Environment:

	Seems to be an issue up through -current.

>Description:

	/usr/share/zoneinfo/zone.tab says:
	# 1.  ISO 3166 2-character country code.  See the file `iso3166.tab'.

	The file in question is actually /usr/share/misc/iso3166.

>How-To-Repeat:

	Look at /usr/share/zoneinfo/zone.tab.

>Fix:
	
	Well, how about this:

--- zoneinfo    Fri Jul 31 16:13:12 1998
+++ zoneinfo.new        Fri Jul 31 16:14:15 1998
@@ -7218,7 +7218,8 @@
 # From Paul Eggert <eggert@twinsun.com> (1996-08-05):
 #
 # This file contains a table with the following columns:
-# 1.  ISO 3166 2-character country code.  See the file `iso3166.tab'.
+# 1.  ISO 3166 2-character country code.  See the file
+      `/usr/share/misc/iso3166'.
 # 2.  Latitude and longitude of the zone's principal location
 #     in ISO 6709 sign-degrees-minutes-seconds format,
 #     either +-DDMM+-DDDMM or +-DDMMSS+-DDDMMSS,
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807312315.QAA22497>