]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- posix zoneinfo files are in top level, not "posix" subdir now
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Jun 2003 14:02:35 +0000 (14:02 +0000)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Jun 2003 14:02:35 +0000 (14:02 +0000)
svn-id: @1088

rc.d/init.d/timezone

index d18d30f7f8bdcc1555e93783404cd9d5ab9acba6..c48e56b1379b2119578668bfa2206e4c93c3f061 100644 (file)
@@ -5,7 +5,7 @@
 # description: This script is setting time zone information for your machine.
 # Author:      Pawel Wilk <siefca@pld.org.pl>
 #
-# $Id: timezone,v 1.8 2001/05/13 17:10:17 baggins Exp $
+# $Id: timezone,v 1.9 2003/06/17 14:02:35 qboosh Exp $
 
 # NLS
 NLS_DOMAIN="rc-scripts"
@@ -18,7 +18,7 @@ NLS_DOMAIN="rc-scripts"
 
 ZONE_FILE="$ZONE_INFO_DIR"
 
-if [ -n "$ZONE_INFO_SCHEME" ]; then
+if [ -n "$ZONE_INFO_SCHEME" -a "$ZONE_INFO_SCHEME" != "posix" ]; then
     ZONE_FILE="$ZONE_FILE/$ZONE_INFO_SCHEME"
 fi
 
This page took 0.048568 seconds and 4 git commands to generate.