Justin R. Knierim wrote: > Alexander E. Patrakov wrote: > >This looks very wrong. Please provide a testcase so that I know what to > > fix. > > http://www.linuxfromscratch.org/pipermail/livecd/2005-December/002531.html
Non-bug. You are changing the TZ variable in already-running bash and that doesn't (and shouldn't) work. On the CD, the TZ variable should be set outside the bash shell, i.e. either propagate from the kernel command line, or from /etc/environment. TODO: check that openssh uses /etc/environment. -- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
