summaryrefslogtreecommitdiff
path: root/doc/socket-activation.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-01-07 21:23:53 +0000
committerLaurent Bercot <ska@appnovation.com>2024-01-07 21:23:53 +0000
commit9bf94d170fd0d5540be8c6337f53ed71dbca268a (patch)
tree621580f21629e85881ed19fd2a08fed814f5450b /doc/socket-activation.html
parent8c96f385ce022072661a0011dc99a973e0a3f425 (diff)
downloads6-9bf94d170fd0d5540be8c6337f53ed71dbca268a.tar.xz
Remove s6-tcpserver[4|6] mentions from doc (now unified)
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/socket-activation.html')
-rw-r--r--doc/socket-activation.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/socket-activation.html b/doc/socket-activation.html
index e6baaa2..41c0e12 100644
--- a/doc/socket-activation.html
+++ b/doc/socket-activation.html
@@ -34,9 +34,8 @@ because doing so is bad engineering.
However, it <em>will</em> help you set up super-servers. The
<a href="s6-ipcserver.html">s6-ipcserver</a>
program, for Unix domain sockets, as well as the
-<a href="//skarnet.org/software/s6-networking/s6-tcpserver4.html">s6-tcpserver4</a> and
-<a href="//skarnet.org/software/s6-networking/s6-tcpserver6.html">s6-tcpserver6</a>
-programs, for TCP INET domain sockets (available in the
+<a href="//skarnet.org/software/s6-networking/s6-tcpserver.html">s6-tcpserver</a>
+program, for TCP INET domain sockets (available in the
<a href="//skarnet.org/software/s6-networking/">s6-networking</a>
package) are super-servers you can use to
your heart's content. They are even wrappers around simpler programs,
@@ -56,9 +55,8 @@ never lose logs:
<a href="s6-svscan.html">s6-svscan</a>. </li>
<li> ways to open your sockets and bind them as early as you want in
your boot process, and make them accept client connections later:
-<a href="s6-ipcserver-socketbinder.html">s6-ipcserver-socketbinder</a>,
-<a href="//skarnet.org/software/s6-networking/s6-tcpserver4-socketbinder.html">s6-tcpserver4-socketbinder</a> and
-<a href="//skarnet.org/software/s6-networking/s6-tcpserver6-socketbinder.html">s6-tcpserver6-socketbinder</a>.
+<a href="s6-ipcserver-socketbinder.html">s6-ipcserver-socketbinder</a> and
+<a href="//skarnet.org/software/s6-networking/s6-tcpserver-socketbinder.html">s6-tcpserver-socketbinder</a>.
</li>
<li> A supervision infrastructure that can start as many services in parallel
as you want: