diff options
author | glenda <glenda@flatboxold.9hal> | 2011-08-30 13:00:00 -0400 |
---|---|---|
committer | glenda <glenda@flatboxold.9hal> | 2011-08-30 13:00:00 -0400 |
commit | 918b918f19271f48d85dfbd314362dbd4763c67b (patch) | |
tree | 9b6d0ff4e6f14c8b1dfecae43074428c4119f0a7 /rc/bin/inst | |
parent | e113f037a3f79396dfd4bc17e69061d84ee3b8e9 (diff) | |
download | plan9front-918b918f19271f48d85dfbd314362dbd4763c67b.tar.xz |
inst/tzsetup: fix
Diffstat (limited to 'rc/bin/inst')
-rwxr-xr-x[-rw-r--r--] | rc/bin/inst/tzsetup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rc/bin/inst/tzsetup b/rc/bin/inst/tzsetup index cad20dd2b..92c06a45c 100644..100755 --- a/rc/bin/inst/tzsetup +++ b/rc/bin/inst/tzsetup @@ -14,11 +14,11 @@ case go echo 'Setup Time Zone' echo - options=`{ls -p /adm/timezone | grep -v -e '(README|local)'} + options=`{ls -p /n/newfs/adm/timezone | grep -v -e '(README|local)'} prompt -d US_Eastern 'Time Zone' $options - if(test -f /adm/timezone/$rd){ - cp /adm/timezone/$rd /adm/timezone/local >[2]/dev/null + if(test -f /n/newfs/adm/timezone/$rd){ + cp /n/newfs/adm/timezone/$rd /n/newfs/adm/timezone/local tzd=done } if not |