commit | aa87276bed8df4cdcd443f102b58d95c26be9c6d | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Fri Oct 28 13:05:12 2005 +0000 |
committer | Rob Landley <rob@landley.net> | Fri Oct 28 13:05:12 2005 +0000 |
tree | 4592b8c6be22d6bac7182f8b3304b3df56ca85f0 | |
parent | 30c7de068b50de999b0b73a22e859dd2e9c23204 [diff] [blame] |
New applet, fuser, from Tony J. White. (Needs some cleanup.)
diff --git a/include/applets.h b/include/applets.h index 883e559..2b2c45d 100644 --- a/include/applets.h +++ b/include/applets.h
@@ -258,6 +258,9 @@ #ifdef CONFIG_FTPPUT APPLET(ftpput, ftpgetput_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_FUSER + APPLET(fuser, fuser_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_GETOPT APPLET(getopt, getopt_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif