Lines Matching refs:zoneinfo
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 ;;
1340 if [ -f ${_zonepath}/usr/share/zoneinfo/$_a ]; then
1346 if [ -f ${_zonepath}/usr/share/zoneinfo/$_a ]; then
1351 echo "'/usr/share/zoneinfo/$_a' is not a valid timezone on this system."