r265 - /web/deps/dep9.mdwn

sez at users.alioth.debian.org sez at users.alioth.debian.org
Mon Feb 6 20:51:39 UTC 2012


Author: sez
Date: Mon Feb  6 20:51:39 2012
New Revision: 265

URL: http://svn.debian.org/wsvn/dep/?sc=1&rev=265
Log:
add section on requirements for xinetd/reconf-inetd fragments

Modified:
    web/deps/dep9.mdwn

Modified: web/deps/dep9.mdwn
URL: http://svn.debian.org/wsvn/dep/web/deps/dep9.mdwn?rev=265&op=diff
==============================================================================
--- web/deps/dep9.mdwn (original)
+++ web/deps/dep9.mdwn Mon Feb  6 20:51:39 2012
@@ -207,6 +207,22 @@
         ;;
     esac
 
+# Requirements for xinetd/reconf-inetd fragments
+
+According to xinetd.conf(5), xinetd fragments must have the following fields:
+
+  socket_type       (mandatory)
+  wait              (mandatory)
+  user              (non-internal services only)
+  server            (non-internal services only)
+  protocol          (RPC and unlisted services only)
+  port              (unlisted non-RPC services only)
+
+If the protocol field is omitted and the service is listed, reconf-inetd will
+assume the protocol of the first matching entry from /etc/services. That will
+be tcp or udp, which currently implies IPv4, so if the intention is IPv6, then
+tcp6 or udp6 should be explicitly specified in the protocol field.
+
 
 # xinetd support
 




More information about the dep-commits mailing list