diff options
| author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-08 21:33:44 +0000 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-08 21:33:44 +0000 |
| commit | 88b94e948d431a445406e4e62dbf9c392838e24a (patch) | |
| tree | 81a03075ce21b12229dbbaf7ce952c7c37750ccf /usr/bootes/lib/profile | |
| parent | a2a79226eb52416c2229002a2db2cac315c89e87 (diff) | |
| download | plan9front-88b94e948d431a445406e4e62dbf9c392838e24a.tar.xz | |
move /usr to /sys/lib/dist/usr for initial user directories
Diffstat (limited to 'usr/bootes/lib/profile')
| -rw-r--r-- | usr/bootes/lib/profile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/usr/bootes/lib/profile b/usr/bootes/lib/profile deleted file mode 100644 index 967865113..000000000 --- a/usr/bootes/lib/profile +++ /dev/null @@ -1,39 +0,0 @@ -bind -a $home/bin/rc /bin -bind -a $home/bin/$cputype /bin -bind -c $home/tmp /tmp -font = /lib/font/bit/pelm/euro.9.font -switch($service){ -case terminal - plumber - startupasfs - echo -n accelerated > '#m/mousectl' - echo -n 'res 3' > '#m/mousectl' - prompt=('term% ' ' ') - fn term%{ $* } - exec rio -case cpu - if (test -e /mnt/term/mnt/wsys) { - # rio already running - wsys = /mnt/term^`{cat /mnt/term/env/wsys} - bind -a /mnt/term/mnt/wsys /dev - echo -n $sysname > /dev/label - } - bind /mnt/term/dev/cons /dev/cons - bind /mnt/term/dev/consctl /dev/consctl - bind -a /mnt/term/dev /dev - prompt=('cpu% ' ' ') - fn cpu%{ $* } - startupasfs - news - if (! test -e /mnt/term/mnt/wsys) { - # cpu call from drawterm - font=/lib/font/bit/pelm/latin1.8.font - plumber - auth/factotum - exec rio - } -case con - prompt=('cpu% ' ' ') - startupasfs - news -} |
