aboutsummaryrefslogtreecommitdiff
path: root/ipsvd/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'ipsvd/Config.in')
-rw-r--r--ipsvd/Config.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/ipsvd/Config.in b/ipsvd/Config.in
deleted file mode 100644
index 0cb8c62de..000000000
--- a/ipsvd/Config.in
+++ /dev/null
@@ -1,20 +0,0 @@
1#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "ipsvd Utilities"
7
8config TCPSVD
9 bool "tcpsvd"
10 default n
11 help
12 tcpsvd listens on a tcp port and runs a program for each new connection
13
14config UDPSVD
15 bool "udpsvd"
16 default n
17 help
18 udpsvd listens on a udp port and runs a program for each new connection
19
20endmenu