Date: Wed, 15 Nov 1995 19:13:47 -0800 From: Gary Palmer <gpalmer@westhill.cdrom.com> To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) <ache@astral.msk.su> Cc: CVS-commiters@freefall.freebsd.org, cvs-share@freefall.freebsd.org Subject: Re: cvs commit: src/share/zoneinfo Makefile Message-ID: <22478.816491627@westhill.cdrom.com> In-Reply-To: Your message of "Thu, 16 Nov 1995 05:50:26 %2B0300." <utoRggm4S5@ache.dialup.demos.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= wrote in message ID <utoRggm4S5@ache.dialup.demos.ru>: > In message <199511160200.SAA27092@freefall.freebsd.org> Gary Palmer > writes: > >gpalmer 95/11/15 18:00:39 > > Modified: share/zoneinfo Makefile > > Log: > > Change the handling of the leapseconds so that if LEAPSECONDS isn't > > defined, it doesn't call zic with -L /dev/null, and instead doesn't > > use -L at all > > What was wrong with -L /dev/null? See my mail in freebsd-stable (followed by another e-mail from Jordan when he woke up :-) ). Basically, it came out with the following errors when run earlier today: ===> share/zoneinfo umask 022; cd /usr/src/share/zoneinfo; zic -d /usr/share/zoneinfo -p America/New_York -L /dev/null -y /usr/src/share/zoneinfo/obj/yearistype africa antarctica asia australasia etcetera europe factory northamerica southamerica systemv "/dev/null", line 1: input line of unknown type "/dev/null", line 2: input line of unknown type "/dev/null", line 3: input line of unknown type *** Error code 1 Stop. I can't see any reason for running it with /dev/null as an argument anyhow, it's probably better not to call it with -L at all unless you are using the leapseconds facility. So I made the change. This was holding up 2.1. Hence the quick copy of this onto the 2.1 branch (with Jordan's full knowledge & permission BTW. I was on the phone to him at the time). Gary
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?22478.816491627>