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/glenda | |
parent | a2a79226eb52416c2229002a2db2cac315c89e87 (diff) | |
download | plan9front-88b94e948d431a445406e4e62dbf9c392838e24a.tar.xz |
move /usr to /sys/lib/dist/usr for initial user directories
Diffstat (limited to 'usr/glenda')
-rwxr-xr-x | usr/glenda/bin/rc/riostart | 3 | ||||
-rw-r--r-- | usr/glenda/lib/plumbing | 6 | ||||
-rw-r--r-- | usr/glenda/lib/profile | 38 |
3 files changed, 0 insertions, 47 deletions
diff --git a/usr/glenda/bin/rc/riostart b/usr/glenda/bin/rc/riostart deleted file mode 100755 index f4d3f6104..000000000 --- a/usr/glenda/bin/rc/riostart +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/rc -window 0,0,161,117 stats -lmisce -window diff --git a/usr/glenda/lib/plumbing b/usr/glenda/lib/plumbing deleted file mode 100644 index b209d2d66..000000000 --- a/usr/glenda/lib/plumbing +++ /dev/null @@ -1,6 +0,0 @@ -# to update: cp /usr/glenda/lib/plumbing /mnt/plumb/rules - -editor = acme - -include basic - diff --git a/usr/glenda/lib/profile b/usr/glenda/lib/profile deleted file mode 100644 index 86c54a22c..000000000 --- a/usr/glenda/lib/profile +++ /dev/null @@ -1,38 +0,0 @@ -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) - ramfs # in case we're running off a cd -font = /lib/font/bit/pelm/euro.9.font -fn cd { builtin cd $* && awd } # for acme -switch($service){ -case terminal - plumber - touch /tmp/webcookies - webfs -c /tmp/webcookies - echo -n accelerated > '#m/mousectl' - echo -n 'res 3' > '#m/mousectl' - prompt=('term% ' ' ') - fn term%{ $* } - exec rio -s -i riostart -case cpu - if (test -e /mnt/term/mnt/wsys) { # rio already running - bind -a /mnt/term/mnt/wsys /dev - if(test -w /dev/label) - 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%{ $* } - if (! test -e /mnt/term/mnt/wsys) { # cpu call from drawterm - font=/lib/font/bit/pelm/latin1.8.font - exec rio -s - } -case con - prompt=('cpu% ' ' ') -} |