Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2010 22:32:26 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r207590 - head/contrib/tzcode/zic
Message-ID:  <201005032232.o43MWQhN021681@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005032232.o43MWQhN021681>