From owner-cvs-all Thu Jan 21 09:46:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02947 for cvs-all-outgoing; Thu, 21 Jan 1999 09:46:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02941; Thu, 21 Jan 1999 09:46:19 -0800 (PST) (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA09002; Thu, 21 Jan 1999 09:46:20 -0800 (PST) Date: Thu, 21 Jan 1999 09:46:20 -0800 (PST) Message-Id: <199901211746.JAA09002@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/zic Makefile ialloc.c private.h scheck.c zdump.c zic.8 zic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wollman 1999/01/21 09:46:20 PST Modified files: usr.sbin/zic Makefile ialloc.c private.h scheck.c zdump.c zic.8 zic.c Log: Merge changes from vendor branch (tzcode1999a), plus the following additional changes: - Finish migrating zic to its own private.h. - Fix zic.8 so that it really is written in -mdoc. - Add four new flags to zic (&document): -D don't create directories -u change ownership of newly-created files to user -g change ownership of newly-created files to group -m change mode of newly-created files to modespec These, once proven, can be used to clean up the installation. Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz (partially) Revision Changes Path 1.4 +1 -2 src/usr.sbin/zic/Makefile 1.4 +2 -9 src/usr.sbin/zic/ialloc.c 1.2 +11 -99 src/usr.sbin/zic/private.h 1.3 +3 -6 src/usr.sbin/zic/scheck.c 1.5 +20 -13 src/usr.sbin/zic/zdump.c 1.8 +105 -101 src/usr.sbin/zic/zic.8 1.8 +163 -39 src/usr.sbin/zic/zic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message