i have no experience with gentoo other than watching friends start the compile...
there is a -d switch in 'man cp' which says:
Quote:
-d same as --no-dereference --preserve=link
--no-dereference
never follow symbolic links
--preserve[=ATTR_LIST]
preserve the specified attributes (default: mode,ownership,timestamps) and security contexts, if possible additional attributes:
links, all
|
so maybe trying: cp -d /usr/share/zoneinfo/Australia/Adelaide /etc/localtime
hope this helps