listen(8): remove old cpu, exportfs and rexec listeners
This commit is contained in:
parent
b90036a062
commit
a33e93a752
6 changed files with 2 additions and 48 deletions
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/rc
|
|
||||||
|
|
||||||
netdir=`{echo $3 | sed 's;/[0-9]+$;!*!0;'}
|
|
||||||
exec exportfs -a -A $netdir
|
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/rc
|
|
||||||
exec /bin/exportfs -s
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/rc
|
|
||||||
netdir=`{echo $3 | sed 's;/[0-9]+$;!*!0;'}
|
|
||||||
exec /bin/oexportfs -a -A $netdir
|
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/rc
|
|
||||||
exec /bin/ip/rexexec >[2=1]
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/rc
|
|
||||||
netdir=`{echo $3 | sed 's;/[0-9]+$;!*!0;'}
|
|
||||||
exec /bin/cpu -A $netdir -R
|
|
|
@ -112,46 +112,14 @@ and multiplex multiple users on a single connection
|
||||||
.IR srv (4),
|
.IR srv (4),
|
||||||
and also by Unix systems to see Plan 9 files).
|
and also by Unix systems to see Plan 9 files).
|
||||||
.TP
|
.TP
|
||||||
.B tcp17007
|
|
||||||
serve a piece of the name space using the Plan 9 file system protocol,
|
|
||||||
with authentication at the start,
|
|
||||||
optional SSL encryption,
|
|
||||||
and no multiplexing of users
|
|
||||||
(typically used by
|
|
||||||
.IR cpu (1)
|
|
||||||
and
|
|
||||||
.IR import (4)).
|
|
||||||
Not usable by user
|
|
||||||
.IR none .
|
|
||||||
.TP
|
|
||||||
.B tcp17008
|
|
||||||
like
|
|
||||||
.BR tcp17007 ,
|
|
||||||
but serves the root of the tree,
|
|
||||||
forgoing the negotiation for which subtree to serve.
|
|
||||||
.TP
|
|
||||||
.B tcp17009
|
|
||||||
.I rx
|
|
||||||
remote execution.
|
|
||||||
.TP
|
|
||||||
.B tcp17010
|
|
||||||
server for
|
|
||||||
.IR cpu (1)
|
|
||||||
command.
|
|
||||||
.TP
|
|
||||||
.B tcp17013
|
|
||||||
server for old
|
|
||||||
.IR cpu (1)
|
|
||||||
command for compatibility with old clients.
|
|
||||||
.TP
|
|
||||||
.B tcp17019
|
.B tcp17019
|
||||||
server for
|
server for
|
||||||
.IR rcpu (1),
|
.IR rcpu (1),
|
||||||
replaces
|
replaces
|
||||||
.IR rx ,
|
.IR rx ,
|
||||||
.IR import (4)
|
.IR import
|
||||||
and
|
and
|
||||||
.IR cpu (1)
|
.IR cpu
|
||||||
using TLS for encryption.
|
using TLS for encryption.
|
||||||
.TP
|
.TP
|
||||||
.B tcp17020
|
.B tcp17020
|
||||||
|
|
Loading…
Reference in a new issue