summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2021-12-31 15:43:16 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2021-12-31 15:43:16 +0000
commita33e93a75248e09f3d1daf0b8662d6c4616c64c0 (patch)
tree79be71d85e0208e2559d5e3495ca40f31923c155
parentb90036a062ca330ac5f667cd1ee503686cbe0b80 (diff)
listen(8): remove old cpu, exportfs and rexec listeners
-rwxr-xr-xrc/bin/service/!il170074
-rwxr-xr-xrc/bin/service/!il170082
-rwxr-xr-xrc/bin/service/!tcp170073
-rwxr-xr-xrc/bin/service/!tcp170092
-rwxr-xr-xrc/bin/service/!tcp170103
-rw-r--r--sys/man/8/listen36
6 files changed, 2 insertions, 48 deletions
diff --git a/rc/bin/service/!il17007 b/rc/bin/service/!il17007
deleted file mode 100755
index e3398fdde..000000000
--- a/rc/bin/service/!il17007
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/rc
-
-netdir=`{echo $3 | sed 's;/[0-9]+$;!*!0;'}
-exec exportfs -a -A $netdir
diff --git a/rc/bin/service/!il17008 b/rc/bin/service/!il17008
deleted file mode 100755
index 87a149037..000000000
--- a/rc/bin/service/!il17008
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/rc
-exec /bin/exportfs -s
diff --git a/rc/bin/service/!tcp17007 b/rc/bin/service/!tcp17007
deleted file mode 100755
index 3b18002b6..000000000
--- a/rc/bin/service/!tcp17007
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/rc
-netdir=`{echo $3 | sed 's;/[0-9]+$;!*!0;'}
-exec /bin/oexportfs -a -A $netdir
diff --git a/rc/bin/service/!tcp17009 b/rc/bin/service/!tcp17009
deleted file mode 100755
index 91ff5e950..000000000
--- a/rc/bin/service/!tcp17009
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/rc
-exec /bin/ip/rexexec >[2=1]
diff --git a/rc/bin/service/!tcp17010 b/rc/bin/service/!tcp17010
deleted file mode 100755
index 8747639f1..000000000
--- a/rc/bin/service/!tcp17010
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/rc
-netdir=`{echo $3 | sed 's;/[0-9]+$;!*!0;'}
-exec /bin/cpu -A $netdir -R
diff --git a/sys/man/8/listen b/sys/man/8/listen
index 8655ecc07..94b1f537c 100644
--- a/sys/man/8/listen
+++ b/sys/man/8/listen
@@ -112,46 +112,14 @@ and multiplex multiple users on a single connection
.IR srv (4),
and also by Unix systems to see Plan 9 files).
.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
server for
.IR rcpu (1),
replaces
.IR rx ,
-.IR import (4)
+.IR import
and
-.IR cpu (1)
+.IR cpu
using TLS for encryption.
.TP
.B tcp17020