import fakeidentd module started by Thomas Lundquist
This commit is contained in:
@@ -185,6 +185,9 @@
|
||||
#ifdef CONFIG_EXPR
|
||||
APPLET(expr, expr_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_FAKEIDENTD
|
||||
APPLET(fakeidentd, fakeidentd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_FALSE
|
||||
APPLET(false, false_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
|
@@ -575,6 +575,13 @@
|
||||
"\\( and \\) or null; if \\( and \\) are not used, they return the number \n" \
|
||||
"of characters matched or 0."
|
||||
|
||||
#define fakeidentd_trivial_usage \
|
||||
"[-b ip] [STRING]"
|
||||
#define fakeidentd_full_usage \
|
||||
"Returns a set string to auth requests\n\n"\
|
||||
"\t-b\tBind to ip address\n"\
|
||||
"\tSTRING\tThe ident answer string (default is nobody)"
|
||||
|
||||
#define false_trivial_usage \
|
||||
""
|
||||
#define false_full_usage \
|
||||
|
Reference in New Issue
Block a user