Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Config.in « ipsvd - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb2931d0703062170c92aae56bef077e789feb9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

menu "ipsvd utilities"

config TCPSVD
	bool "tcpsvd"
	default n
	help
	  tcpsvd listens on a port and runs a program for each new connection

endmenu