From f5685a313d24d7e4cb4d3804dddda38020cbae9a Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 3 May 2011 08:53:59 +0000 Subject: include hg repository in /dist/plan9front and install it --- usr/glenda/lib/profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr/glenda/lib') diff --git a/usr/glenda/lib/profile b/usr/glenda/lib/profile index 79aebb7e0..86c54a22c 100644 --- a/usr/glenda/lib/profile +++ b/usr/glenda/lib/profile @@ -1,6 +1,7 @@ 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) @@ -16,7 +17,7 @@ case terminal echo -n 'res 3' > '#m/mousectl' prompt=('term% ' ' ') fn term%{ $* } - exec rio -i riostart + exec rio -s -i riostart case cpu if (test -e /mnt/term/mnt/wsys) { # rio already running bind -a /mnt/term/mnt/wsys /dev @@ -30,7 +31,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 + exec rio -s } case con prompt=('cpu% ' ' ') -- cgit v1.2.3