import fakeidentd module started by Thomas Lundquist

This commit is contained in:
Mike Frysinger
2005-04-17 07:24:19 +00:00
parent 77dbe738d2
commit fa69f110d9
5 changed files with 459 additions and 0 deletions

View File

@ -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