git: 9front

Download patch

ref: 2979d502b385562cb914ba0c6a60721ba145ee96
parent: 1b122a6ae0b3127361aff403a29cf8c4f32031c1
parent: ba35741f3c5a8a5f3c7103643195771cbfa184af
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
--