diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-17 07:24:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-17 07:24:19 +0000 |
commit | fa69f110d978a374e6ab1c213ff994446466b9dc (patch) | |
tree | 638b47992053b973046bc6e5ba50294702832414 /networking/Config.in | |
parent | 77dbe738d23da4065a156dd61ed0636f265e1bb6 (diff) | |
download | busybox-w32-fa69f110d978a374e6ab1c213ff994446466b9dc.tar.gz busybox-w32-fa69f110d978a374e6ab1c213ff994446466b9dc.tar.bz2 busybox-w32-fa69f110d978a374e6ab1c213ff994446466b9dc.zip |
import fakeidentd module started by Thomas Lundquist
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 42176f050..cf2f1dcc1 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -18,6 +18,13 @@ config CONFIG_ARPING | |||
18 | help | 18 | help |
19 | Ping hosts by ARP packets | 19 | Ping hosts by ARP packets |
20 | 20 | ||
21 | config CONFIG_FAKEIDENTD | ||
22 | bool "fakeidentd" | ||
23 | default n | ||
24 | help | ||
25 | fakeidentd listens to the ident port and returns a set fake | ||
26 | value whatever it gets. | ||
27 | |||
21 | config CONFIG_FTPGET | 28 | config CONFIG_FTPGET |
22 | bool "ftpget" | 29 | bool "ftpget" |
23 | default n | 30 | default n |