diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-07-13 02:51:08 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-07-13 02:51:08 +0200 |
commit | 9ea3302a4fa37113fef2dd61277f46811b210215 (patch) | |
tree | 2b3e8d609871f1f0ab3b26c5d81f0150ec331608 /sys | |
parent | 676a7c6f5fcd21dac926deb8f7259baa636276fe (diff) |
disable rio auto scroll for initial user glenda
Diffstat (limited to 'sys')
-rw-r--r-- | sys/lib/dist/usr/glenda/lib/profile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/lib/dist/usr/glenda/lib/profile b/sys/lib/dist/usr/glenda/lib/profile index 86c54a22c..79aebb7e0 100644 --- 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 @@ case terminal 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 @@ case cpu 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% ' ' ') |