HomeSort by: relevance | last modified time | path
    Searched refs:zoneinfo (Results 1 - 6 of 6) sorted by relevancy

  /src/distrib/miniroot/
install.sh 420 # If no zoneinfo on the installfs, give them a second chance
421 if [ ! -e /usr/share/zoneinfo ]; then
424 if [ ! -e /mnt/usr/share/zoneinfo ]; then
429 ln -s /usr/share/zoneinfo/$TZ /mnt/etc/localtime
install.sub 1289 # If the zoneinfo is not on the installation medium or on the
1292 if [ ! -e /usr/share/zoneinfo ] && [ ! -e /mnt/usr/share/zoneinfo ]; then
1296 if [ ! -d /usr/share/zoneinfo ]; then
1305 system by a directory structure rooted in "/usr/share/zoneinfo". Most
1310 To get a listing of what's available in /usr/share/zoneinfo, enter "?"
1316 TZ=${TZ#/usr/share/zoneinfo/}
1328 ls ${_zonepath}/usr/share/zoneinfo
1332 while [ -d ${_zonepath}/usr/share/zoneinfo/$_a ]; do
1338 "?") ls ${_zonepath}/usr/share/zoneinfo/$_a ;
    [all...]
upgrade.sh 365 ln -s /usr/share/zoneinfo/$TZ /mnt/etc/localtime
  /src/usr.bin/sys_info/
sys_info.sh 220 if [ -f ${destdir}/usr/share/zoneinfo/TZDATA_VERSION ]; then
221 run "cat ${destdir}/usr/share/zoneinfo/TZDATA_VERSION"
  /src/lib/libc/time/
Makefile 83 # /usr/share/zoneinfo/posix and /usr/share/zoneinfo/right are instead
84 # put under /usr/share/zoneinfo-posix and /usr/share/zoneinfo-leaps,
114 TZDIR_BASENAME= zoneinfo
1144 $@d/zic -v -d $@d/zoneinfo $@d/$$i || exit; \
1146 $@d/zic -v -d $@d/zoneinfo-all $(TDATA_TO_CHECK)
1151 $@d/zic -d $@d/zoneinfo main.zi
1155 $@d/zic -d $@d/zoneinfo main.zi
  /src/etc/
Makefile 43 TZDIR= /usr/share/zoneinfo

Completed in 16 milliseconds