diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-29 12:50:51 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-29 12:50:51 +0000 |
commit | 840b3bf28aa0b38d78a400158d2b865bc22f42f4 (patch) | |
tree | 9fcda51789a0d72362e040d9eafbe63b44fba0ef /usr | |
parent | eb7a73034c0636af0a32d0293d6ee2f65dad940f (diff) |
make /n/other work
Diffstat (limited to 'usr')
-rw-r--r-- | usr/glenda/lib/profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/glenda/lib/profile b/usr/glenda/lib/profile index 44929e3ab..79aebb7e0 100644 --- a/usr/glenda/lib/profile +++ b/usr/glenda/lib/profile @@ -1,6 +1,8 @@ bind -a $home/bin/rc /bin bind -a $home/bin/$cputype /bin -bind -c tmp /tmp +mount -qC /srv/cwfs /n/other other +bind -qc /n/other/usr/$user/tmp $home/tmp +bind -c $home/tmp /tmp if(! syscall create /tmp/xxx 1 0666 >[2]/dev/null) ramfs # in case we're running off a cd font = /lib/font/bit/pelm/euro.9.font @@ -26,12 +28,10 @@ case cpu bind -a /mnt/term/dev /dev prompt=('cpu% ' ' ') fn cpu%{ $* } - news if (! test -e /mnt/term/mnt/wsys) { # cpu call from drawterm font=/lib/font/bit/pelm/latin1.8.font exec rio } case con prompt=('cpu% ' ' ') - news } |