Lines Matching refs:localtime
39 # remove /etc/localtime in case it's a broken symlink
69 # find localtime (SuSE 5.3 does not have /etc/localtime)
70 lt=/etc/localtime
71 if test ! -f $lt ; then lt=/usr/lib/zoneinfo/localtime ; fi
72 if test ! -f $lt ; then lt=/usr/share/zoneinfo/localtime ; fi
73 if test ! -f $lt ; then echo "cannot find localtime" ; exit 1 ; fi
74 rm -f etc/localtime
76 # copy localtime and some other system files into the chroot's etc
79 ln -s -f /etc/localtime usr/lib/zoneinfo