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 /include/applets.h | |
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 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 90a081550..7771c17a9 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -185,6 +185,9 @@ | |||
185 | #ifdef CONFIG_EXPR | 185 | #ifdef CONFIG_EXPR |
186 | APPLET(expr, expr_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 186 | APPLET(expr, expr_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
187 | #endif | 187 | #endif |
188 | #ifdef CONFIG_FAKEIDENTD | ||
189 | APPLET(fakeidentd, fakeidentd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER) | ||
190 | #endif | ||
188 | #ifdef CONFIG_FALSE | 191 | #ifdef CONFIG_FALSE |
189 | APPLET(false, false_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 192 | APPLET(false, false_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
190 | #endif | 193 | #endif |