svn commit: r207590 - head/contrib/tzcode/zic

Ed Maste emaste at FreeBSD.org
Mon May 3 22:32:26 UTC 2010


Author: emaste
Date: Mon May  3 22:32:26 2010
New Revision: 207590
URL: http://svn.freebsd.org/changeset/base/207590

Log:
  Update GRANDPARENTED text to match the contents of tzdata/factory r19879.
  This eliminates "warning: time zone abbreviation differs from POSIX" on
  installworld to an empty filesystem.
  
  Reviewed by:	edwin
  MFC after:	1 week

Modified:
  head/contrib/tzcode/zic/private.h

Modified: head/contrib/tzcode/zic/private.h
==============================================================================
--- head/contrib/tzcode/zic/private.h	Mon May  3 22:14:06 2010	(r207589)
+++ head/contrib/tzcode/zic/private.h	Mon May  3 22:32:26 2010	(r207590)
@@ -34,7 +34,7 @@ static const char	privatehid[] = "@(#)pr
 #endif /* !defined NOID */
 #endif /* !defined lint */
 
-#define GRANDPARENTED	"Local time zone must be set--see zic manual page"
+#define GRANDPARENTED	"Local time zone must be set--use tzsetup"
 
 /*
 ** Defaults for preprocessor symbols.


More information about the svn-src-all mailing list