diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-11-21 02:23:08 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-11-21 02:23:08 +0100 |
commit | 279ffaab222f1a941aeec9653810f0a7e8001d9c (patch) | |
tree | 256aa3be6cc9a610437350a89929afe1a4521ce1 | |
parent | d58b30d90ccb20934ac0faac5fd674bfcb5588aa (diff) | |
download | plan9front-279ffaab222f1a941aeec9653810f0a7e8001d9c.tar.xz |
remove tcpu
-rw-r--r-- | rc/bin/tcpu | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rc/bin/tcpu b/rc/bin/tcpu deleted file mode 100644 index d87a5ae65..000000000 --- a/rc/bin/tcpu +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 & |