=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/zoneinfo/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/share/zoneinfo/Makefile 2002/02/18 22:08:32 1.5 +++ src/share/zoneinfo/Makefile 2005/09/27 16:27:23 1.6 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/02/18 22:08:32 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2005/09/27 16:27:23 deraadt Exp $ # $NetBSD: Makefile,v 1.14 1995/04/22 12:10:17 cgd Exp $ # Change the line below for your time zone (after finding the zone you want in @@ -82,7 +82,7 @@ (cd ${.CURDIR}/datfiles; \ ${ZIC} -y ${YEARISTYPECOPY} -d ${TZDIR} -p ${POSIXRULES}) chown -R ${BINOWN}:${BINGRP} ${TZDIR} - find ${TZDIR} -type f | xargs chmod a=r + find ${TZDIR} -type f -print0 | xargs -0r chmod a=r CLEANFILES+= yearistypecopy