From 88b94e948d431a445406e4e62dbf9c392838e24a Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 8 Jun 2011 21:33:44 +0000 Subject: move /usr to /sys/lib/dist/usr for initial user directories --- usr/glenda/bin/rc/riostart | 3 --- usr/glenda/lib/plumbing | 6 ------ usr/glenda/lib/profile | 38 -------------------------------------- 3 files changed, 47 deletions(-) delete mode 100755 usr/glenda/bin/rc/riostart delete mode 100644 usr/glenda/lib/plumbing delete mode 100644 usr/glenda/lib/profile (limited to 'usr/glenda') 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% ' ' ') -} -- cgit v1.2.3