git: 9front

Download patch

ref: fec4fc7258b3d0230d39dd2918b2a45701c6bd9c
parent: d600d8c95dc9938b73abf0bba78f2ba4aa20ee38
author: cinap_lenrek <cinap_lenrek@localhost>
date: Tue Jul 12 22:51:08 EDT 2011

disable rio auto scroll for initial user glenda

--- a/sys/lib/dist/usr/glenda/lib/profile
+++ b/sys/lib/dist/usr/glenda/lib/profile
@@ -1,7 +1,6 @@
 bind -a $home/bin/rc /bin
 bind -a $home/bin/$cputype /bin
 mount -qC /srv/cwfs /n/other other
-bind -qc /n/other/dist /dist
 bind -qc /n/other/usr/$user/tmp $home/tmp
 bind -c $home/tmp /tmp
 if(! syscall create /tmp/xxx 1 0666 >[2]/dev/null)
@@ -17,7 +16,7 @@
 	echo -n 'res 3' > '#m/mousectl'
 	prompt=('term% ' '	')
 	fn term%{ $* }
-	exec rio -s -i riostart
+	exec rio -i riostart
 case cpu
 	if (test -e /mnt/term/mnt/wsys) { # rio already running
 		bind -a /mnt/term/mnt/wsys /dev
@@ -31,7 +30,7 @@
 	fn cpu%{ $* }
 	if (! test -e /mnt/term/mnt/wsys) {	# cpu call from drawterm
 		font=/lib/font/bit/pelm/latin1.8.font
-		exec rio -s
+		exec rio
 	}
 case con
 	prompt=('cpu% ' '	')
--