K 10 svn:author V 6 emaste K 8 svn:date V 27 2015-01-12T18:19:07.327454Z K 7 svn:log V 220 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. MFC of r271047. END