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
This commit is contained in:
parent
104a3dc0eb
commit
ca2d2c73ef
@ -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 ,
|
||||
|
Loading…
Reference in New Issue
Block a user