Home
last modified time | relevance | path

Searched refs:_zonepath (Results 1 – 1 of 1) sorted by relevance

/openbsd/distrib/miniroot/
H A Dinstall.sub2339 local _zonefile=$1 _zonepath _zsed _zoneroot=/usr/share/zoneinfo
2362 _zonepath=${resp%%*(/)}
2363 case $_zonepath in
2371 while isin "$_zonepath/" $(<$_zonefile); do
2372 ask "What sub-timezone of '$_zonepath' are you in? ('?' for list)"
2373 _zsed=$(echo $_zonepath/ | sed 's,/,\\/,g')
2378 *) _zonepath=$_zonepath/$resp;;
2382 if isin "$_zonepath" $(<$_zonefile); then
2383 TZ=${_zonepath#$_zoneroot}
2387 echo -n "'${_zonepath}'"