blob: cc5169ce9ef2def4e6fd97930a7b2f928e067969 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config ADK_PACKAGE_PORTMAP
prompt "portmap........................... RPC Portmapper"
tristate
default n
help
Portmap is a server that converts RPC (Remote Procedure Call) program
numbers into DARPA protocol port numbers. It must be running in order
to make RPC calls. Services that use RPC include NFS and NIS.
config ADK_PACKAGE_PORTMAP_LIBWRAP
bool "Use tcp_wrappers"
default n
depends on ADK_PACKAGE_PORTMAP
select ADK_PACKAGE_LIBWRAP
|