summaryrefslogtreecommitdiff
path: root/package/portmap/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/portmap/Config.in
Initial import
Diffstat (limited to 'package/portmap/Config.in')
-rw-r--r--package/portmap/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/portmap/Config.in b/package/portmap/Config.in
new file mode 100644
index 000000000..ac4415a05
--- /dev/null
+++ b/package/portmap/Config.in
@@ -0,0 +1,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