Darrick,
I have just started to look at 0.4.2 (long time 0.3.0 user).
It appears to me that setting TIMEZONE in rc.conf does nothing.
I solved the timezone problem as follows:
rc.conf: # added TIMEZONE_TZ variable after TIMEZONE variable
TIMEZONE_TZ=CST6CDT
/etc/init.d/misc: # added below the init() { line
if [ "$TIMEZONE_TZ" ]
then
echo "$TIMEZONE_TZ" > /tmp/etc/TZ
fi
This works for me.
If there is a better way, you won't hurt my feelings
Lonnie
On Aug 2, 2006, at 8:27 PM, Darrick Hartman wrote:
> Seth Fulton wrote:
>> Darrick Hartman wrote:
>>
>>> Your google-fu is not so strong. ;) check the following link:
>>>
>>> http://www.uclinux.org/pub/uClinux/archive/9650.html
>>>
>>>
>> Ah yes! thank you O wise Sabu-San
>>
>> So I edited /etc/profile to include the following two lines
>>
>>
> No need to do that... see below.
>> Is that the recommended location and or method for setting this
>> type of
>> environment variable?
>>
>> That fixed the system time/date as reflect by running the date
>> command
>> at the prompt. But the voicemail timestamps are still on GMT.
>>
> I haven't had a chance to test this yet. Been very swamped.
>> Well turns out that /etc/TZ is actually a link to /tmp/etc/TZ
>> Problem with my build (0.4.2) is that there is no TZ folder in
>> /tmp/etc. Should I create one? I am concerned that anything in
>> /tmp/etc would also not survive a reboot. This is getting confusing.
>>
> Anything that is in /tmp is created dynamically from a boot script (in
> this case /etc/rc).
>
> You should only have to set the TIMEZONE variable in rc.conf
>
>
> --
> Darrick Hartman
> DJH Solutions, LLC
> http://www.djhsolutions.com
> _______________________________________________
> Astlinux-users mailing list
> [email protected]
> http://lists.kriscompanies.com/mailman/listinfo/astlinux-users
>
> Donations to support AstLinux are graciously accepted via PayPal to
> [EMAIL PROTECTED]
>
_______________________________________________
Astlinux-users mailing list
[email protected]
http://lists.kriscompanies.com/mailman/listinfo/astlinux-users
Donations to support AstLinux are graciously accepted via PayPal to [EMAIL
PROTECTED]