From ca2d2c73ef3d5ef10ae8a5811031382e487050f0 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Fri, 30 Dec 2005 13:16:15 +0000 Subject: [PATCH] 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 Pointed out by: Daniel Gerzo MFC after: 8 days --- usr.sbin/inetd/inetd.8 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 75e57101981f..29e2006c45da 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 ,