Subject: CVS commit: sharesrc/share/zoneinfo
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/19/2002 12:56:40
Module Name: sharesrc
Committed By: lukem
Date: Thu Dec 19 10:56:40 UTC 2002
Modified Files:
sharesrc/share/zoneinfo: Makefile
Log Message:
Instead of ${ZIC}-ing to ${DESTDIR}/usr/share/zoneinfo and using chmod and
chown to frob permissions, use ${ZIC} to ${.OBJDIR}/builddir, create a
temporary mtree(8) specfile, and use "${PAX} -M -N ${NETBSDSRCDIR}/etc"
to copy to ${DESTDIR}/usr/share/zoneinfo, looking up root:wheel in
${NETBSDSRCDIR}/etc instead of the host system database.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 sharesrc/share/zoneinfo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.