]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r271047: Avoid ./ in zoneinfo entries in METALOG
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 8 Sep 2014 15:40:55 +0000 (15:40 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 8 Sep 2014 15:40:55 +0000 (15:40 +0000)
commit3b20b82a2c518de0521ef3c1705242c281566cb6
treec0e893ce00d22b9f216508d110804df93570e71a
parent98eacaf8c129da48c055a856e7f60e1ae7e3975c
MFC r271047: Avoid ./ in zoneinfo entries in METALOG

Use of "find ." resulted in METALOG entries with an extra ./ -- e.g.,
./usr/share/zoneinfo/./America/Toronto.  Avoid this by using globbing
via "find *" instead.

Approved by: re
Sponsored by: DARPA, AFRL

git-svn-id: svn://svn.freebsd.org/base/stable/10@271275 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/zoneinfo/Makefile