diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-03 08:53:59 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-03 08:53:59 +0000 |
commit | f5685a313d24d7e4cb4d3804dddda38020cbae9a (patch) | |
tree | ea3a24597d473c0da5c0adfe740a8fb309c15f38 /usr/glenda/lib | |
parent | 4875561fdbca1e02b0c1a4e02f5c37abf66d6faa (diff) | |
download | plan9front-f5685a313d24d7e4cb4d3804dddda38020cbae9a.tar.xz |
include hg repository in /dist/plan9front and install it
Diffstat (limited to 'usr/glenda/lib')
-rw-r--r-- | usr/glenda/lib/profile | 5 |
1 files changed, 3 insertions, 2 deletions
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% ' ' ') |