From: <abe...@us...> - 2011-12-08 16:18:53
|
Revision: 5299 http://astlinux.svn.sourceforge.net/astlinux/?rev=5299&view=rev Author: abelbeck Date: 2011-12-08 16:18:44 +0000 (Thu, 08 Dec 2011) Log Message: ----------- cleanup, deprecate variable TZ_TIMEZONE, but continue automatically generating /etc/TZ as some apps may still reference it. Modified Paths: -------------- branches/1.0/project/astlinux/target_skeleton/etc/rc branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf Modified: branches/1.0/project/astlinux/target_skeleton/etc/rc =================================================================== --- branches/1.0/project/astlinux/target_skeleton/etc/rc 2011-12-08 16:04:09 UTC (rev 5298) +++ branches/1.0/project/astlinux/target_skeleton/etc/rc 2011-12-08 16:18:44 UTC (rev 5299) @@ -315,7 +315,7 @@ ln -sf /stat/etc/localtime /tmp/etc/localtime fi - #uclibc style TZ support + # /etc/TZ Timezone support if [ -z "$TZ_TIMEZONE" -a -f /etc/localtime ]; then TZ_TIMEZONE=$(tail -n1 /etc/localtime) fi Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf =================================================================== --- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2011-12-08 16:04:09 UTC (rev 5298) +++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2011-12-08 16:18:44 UTC (rev 5299) @@ -34,11 +34,6 @@ ## GMT (UTC) is the default #TIMEZONE=America/Chicago -## uClibc Timezone -## See http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap08.html -## Note: automatically generated from /etc/localtime if not defined. -#TZ_TIMEZONE="CST6CDT,M3.2.0/2,M11.1.0/2" - ## Time Server ## Define the NTP server that AstLinux will sync against upon bootup. ## It is also the server that the running ntpd process will use This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |