diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2012-01-05 12:21:23 -0600 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2012-01-05 12:21:23 -0600 |
commit | e7dd5dad5cafafac34f2e37f9058cba73f946b2c (patch) | |
tree | 62ce5bf89e037628b6fb32a1b66f305a67b796f9 /rc/bin/tcpu | |
parent | ad5ef458f8ced644217671007f51f4d799928829 (diff) | |
download | plan9front-e7dd5dad5cafafac34f2e37f9058cba73f946b2c.tar.xz |
pkg/create: use separate steps for mk install and mk clean, to avoid mkfile problems
Diffstat (limited to 'rc/bin/tcpu')
-rwxr-xr-x | rc/bin/tcpu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rc/bin/tcpu b/rc/bin/tcpu new file mode 100755 index 000000000..d87a5ae65 --- /dev/null +++ b/rc/bin/tcpu @@ -0,0 +1,6 @@ +#!/bin/rc +rfork ne +auth/keyfs -p +aux/listen1 -t tcp!*!ticket /bin/auth/authsrv & +service=cpu aux/listen1 tcp!*!cpu /bin/cpu -O & +service=cpu aux/listen1 tcp!*!ncpu /bin/cpu -R & |