# HG changeset patch # User John Floren # Date 1320343036 25200 # Node ID 60444b215070e17c0e8ac566601d8782b6f03133 # Parent 125d8d35ad609d4b2b967b4f1510ae4f58852ef0 npe: I don't think this belongs in the repo. R=nixiedev, noah.evans, rminnich CC=nix-dev http://codereview.appspot.com/5332052 diff -r 125d8d35ad60 -r 60444b215070 usr/npe/lib/plumbing --- a/usr/npe/lib/plumbing Tue Nov 01 15:52:15 2011 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -# to update: cp /usr/npe/lib/plumbing /mnt/plumb/rules - -editor = acme - -include basic - diff -r 125d8d35ad60 -r 60444b215070 usr/npe/lib/profile --- a/usr/npe/lib/profile Tue Nov 01 15:52:15 2011 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -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 -}