summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2005-12-30 13:16:15 +0000
committerceri <ceri@FreeBSD.org>2005-12-30 13:16:15 +0000
commiteaf278394dea636b13523d3064ee3ee603d1fca3 (patch)
tree62e2f5b8a0f79d4cc3e9d145a65fba2493c26c1f /usr.sbin/inetd
parent43140a0faa5f07f37c0155c59eb8905cf81afa9a (diff)
downloadFreeBSD-src-eaf278394dea636b13523d3064ee3ee603d1fca3.zip
FreeBSD-src-eaf278394dea636b13523d3064ee3ee603d1fca3.tar.gz
inetd(8) requires that /etc/netconfig be present, and contain entries
for each of udp and tcp (and their IPv6 equivalents when INET6 is enabled). Note that dependency here. PR: docs/90435 Submitted by: Dmitry Kazarov <kazarov at mcm dot ru> Pointed out by: Daniel Gerzo <danger at rulez dot sk> MFC after: 8 days
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/inetd.829
1 files changed, 29 insertions, 0 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index 75e5710..29e2006 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -786,6 +786,8 @@ the last component of the socket's pathname.
.Bl -tag -width /var/run/inetd.pid -compact
.It Pa /etc/inetd.conf
configuration file
+.It Pa /etc/netconfig
+network configuration data base
.It Pa /etc/rpc
translation of service names to RPC program numbers
.It Pa /etc/services
@@ -890,12 +892,39 @@ The
.Nm
utility attempted to renounce the privileged state associated with a
socket but was unable to.
+.Pp
+.It Xo unknown
+.Ar rpc/udp
+or
+.Ar rpc/tcp
+.Xc
+No entry was found for either
+.Ar udp
+or
+.Ar tcp
+in the
+.Xr netconfig 5
+database.
+.Pp
+.It Xo unknown
+.Ar rpc/udp6
+or
+.Ar rpc/tcp6
+.Xc
+No entry was found for either
+.Ar udp6
+or
+.Ar tcp6
+in the
+.Xr netconfig 5
+database.
.El
.Sh SEE ALSO
.Xr ipsec_set_policy 3 ,
.Xr hosts_access 5 ,
.Xr hosts_options 5 ,
.Xr login.conf 5 ,
+.Xr netconfig 5 ,
.Xr passwd 5 ,
.Xr rpc 5 ,
.Xr services 5 ,
OpenPOWER on IntegriCloud