From owner-freebsd-commit Wed Nov 15 19:15:22 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA08850 for freebsd-commit-outgoing; Wed, 15 Nov 1995 19:15:22 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA08828 for cvs-all-outgoing; Wed, 15 Nov 1995 19:15:17 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA08813 for cvs-share-outgoing; Wed, 15 Nov 1995 19:15:14 -0800 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.138]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA08795 ; Wed, 15 Nov 1995 19:15:07 -0800 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.12/8.6.11) with SMTP id TAA22483 ; Wed, 15 Nov 1995 19:13:48 -0800 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) cc: CVS-commiters@freefall.freebsd.org, cvs-share@freefall.freebsd.org Subject: Re: cvs commit: src/share/zoneinfo Makefile In-reply-to: Your message of "Thu, 16 Nov 1995 05:50:26 +0300." Date: Wed, 15 Nov 1995 19:13:47 -0800 Message-ID: <22478.816491627@westhill.cdrom.com> From: Gary Palmer Sender: owner-commit@FreeBSD.ORG Precedence: bulk =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= wrote in message ID : > 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