Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 1999 09:46:20 -0800 (PST)
From:      Garrett Wollman <wollman@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
Message-ID:  <199901211746.JAA09002@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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