From 27b4d25aa32945a4436247c177e6cf4f10d8cda9 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Mon, 12 Feb 1990 20:22:06 -0800 Subject: [PATCH] one more time; move TZDIR to /usr/share, leave localtime in /etc SCCS-vsn: include/tzfile.h 5.7 --- usr/src/include/tzfile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/include/tzfile.h b/usr/src/include/tzfile.h index c44009eda7..e4c44fe0f8 100644 --- a/usr/src/include/tzfile.h +++ b/usr/src/include/tzfile.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#)tzfile.h 5.6 (Berkeley) %G% + * @(#)tzfile.h 5.7 (Berkeley) %G% */ /* @@ -25,8 +25,8 @@ */ /* Time zone object file directory */ -#define TZDIR "/etc/zoneinfo" -#define TZDEFAULT "localtime" +#define TZDIR "/usr/share/zoneinfo" +#define TZDEFAULT "/etc/localtime" #define TZDEFRULES "posixrules" /* -- 2.20.1