shithub: riscv

Download patch

ref: 531d4710dfa1d7430ebb5529d120f7b377953587
parent: 203443ee05efcc079484beb0741e5a20c6c62532
parent: 918b918f19271f48d85dfbd314362dbd4763c67b
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Wed Aug 31 11:50:05 EDT 2011

merge

--- a/rc/bin/inst/tzsetup
+++ b/rc/bin/inst/tzsetup
@@ -14,11 +14,11 @@
 	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