diff options
author | Denis Vlasenko | 2008-03-17 09:17:27 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-03-17 09:17:27 +0000 |
commit | 4866e905d7e1f11d86374fad4e46aa2bd669c2ba (patch) | |
tree | a6a8e9521de92d658903ba9f54cd01e94a34c262 /ipsvd/Config.in | |
parent | 4ee7cd4f6f9f85871c8814bb524d3e691a2992a9 (diff) | |
download | busybox-4866e905d7e1f11d86374fad4e46aa2bd669c2ba.zip busybox-4866e905d7e1f11d86374fad4e46aa2bd669c2ba.tar.gz |
svn add/svn rm to actually move tcp/udpsvd...
Diffstat (limited to 'ipsvd/Config.in')
-rw-r--r-- | ipsvd/Config.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ipsvd/Config.in b/ipsvd/Config.in deleted file mode 100644 index 0cb8c62..0000000 --- a/ipsvd/Config.in +++ /dev/null @@ -1,20 +0,0 @@ -# -# 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 tcp port and runs a program for each new connection - -config UDPSVD - bool "udpsvd" - default n - help - udpsvd listens on a udp port and runs a program for each new connection - -endmenu |