The /etc/localtime file should have been copied during installation by the
script "src/InstallServer.sh".
214 ls /etc/localtime > /dev/null 2>&1
215 if [ $? = 0 ]; then
216 cp -pL /etc/localtime ${DIR}/etc/;
217 chmod 440 ${DIR}/etc/localtime
218 chown root:${GROUP} ${DIR}/etc/localtime
219 fi
Not sure why line 216 was not executed in your environment.
On Monday, February 4, 2013 6:34:26 AM UTC-8, jrm wrote:
>
> Had to copy /etc/localtime file to /var/ossec/etc/localtime to make it
> work. thanks for your help!
>
> On Friday, February 1, 2013 10:25:25 AM UTC-5, jrm wrote:
>>
>> How can I change OSSEC emails to show time other than UTC. I have my
>> system using the correct Eastern time Zone?
>>
>> Thanks
>>
>
--
---
You received this message because you are subscribed to the Google Groups
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.