summaryrefslogtreecommitdiff
path: root/rc/bin/inst
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-08-31 15:50:05 +0200
committercinap_lenrek <cinap_lenrek@centraldogma>2011-08-31 15:50:05 +0200
commit531d4710dfa1d7430ebb5529d120f7b377953587 (patch)
treea2a13b8bc092f9e0a3dacf56ea7c6699eade49a7 /rc/bin/inst
parent203443ee05efcc079484beb0741e5a20c6c62532 (diff)
parent918b918f19271f48d85dfbd314362dbd4763c67b (diff)
downloadplan9front-531d4710dfa1d7430ebb5529d120f7b377953587.tar.xz
merge
Diffstat (limited to 'rc/bin/inst')
-rw-r--r--rc/bin/inst/tzsetup6
1 files changed, 3 insertions, 3 deletions
diff --git a/rc/bin/inst/tzsetup b/rc/bin/inst/tzsetup
index cad20dd2b..92c06a45c 100644
--- 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