diff options
| author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-10-09 11:46:23 +0000 |
|---|---|---|
| committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-10-09 11:46:23 +0000 |
| commit | 17d21fa5191bd3298e9bee66e2fcc9afb24a9649 (patch) | |
| tree | 262a980586bed9b84ca5832f85f8c5dd1d42cfaa /include | |
| parent | a55d72bbb419215d76465d484bfeee84308af0bc (diff) | |
| download | busybox-w32-17d21fa5191bd3298e9bee66e2fcc9afb24a9649.tar.gz busybox-w32-17d21fa5191bd3298e9bee66e2fcc9afb24a9649.tar.bz2 busybox-w32-17d21fa5191bd3298e9bee66e2fcc9afb24a9649.zip | |
New applet, devfsd, by Matteo Croce and Tito
Diffstat (limited to 'include')
| -rw-r--r-- | include/applets.h | 3 | ||||
| -rw-r--r-- | include/usage.h | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index b1425fa81..6f1295a30 100644 --- a/include/applets.h +++ b/include/applets.h | |||
| @@ -142,6 +142,9 @@ | |||
| 142 | #ifdef CONFIG_DELUSER | 142 | #ifdef CONFIG_DELUSER |
| 143 | APPLET(deluser, deluser_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 143 | APPLET(deluser, deluser_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
| 144 | #endif | 144 | #endif |
| 145 | #ifdef CONFIG_DEVFSD | ||
| 146 | APPLET(devfsd, devfsd_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | ||
| 147 | #endif | ||
| 145 | #ifdef CONFIG_DF | 148 | #ifdef CONFIG_DF |
| 146 | APPLET(df, df_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 149 | APPLET(df, df_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
| 147 | #endif | 150 | #endif |
diff --git a/include/usage.h b/include/usage.h index c109d0cf6..0b03102a7 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -336,6 +336,18 @@ | |||
| 336 | #define deluser_full_usage \ | 336 | #define deluser_full_usage \ |
| 337 | "Deletes user USER from the system" | 337 | "Deletes user USER from the system" |
| 338 | 338 | ||
| 339 | #define devfsd_trivial_usage \ | ||
| 340 | "mntpnt [-v] [-fg] [-np]" | ||
| 341 | #define devfsd_full_usage \ | ||
| 342 | "Optional daemon for managing devfs (the Linux Device Filesystem).\n" \ | ||
| 343 | "\nOptions:\n" \ | ||
| 344 | "\tmntpnt\tThe mount point where devfs is mounted.\n\n" \ | ||
| 345 | "\t-v\tPrint the protocol version numbers for devfsd\n" \ | ||
| 346 | "\t\tand the kernel-side protocol version and exits.\n" \ | ||
| 347 | "\t-fg\tRun the daemon in the foreground.\n\n" \ | ||
| 348 | "\t-np\tExit after parsing the configuration file and processing syn-\n" \ | ||
| 349 | "\t\tthetic REGISTER events. Do not poll for events." | ||
| 350 | |||
| 339 | #ifdef CONFIG_FEATURE_HUMAN_READABLE | 351 | #ifdef CONFIG_FEATURE_HUMAN_READABLE |
| 340 | #define USAGE_HUMAN_READABLE(a) a | 352 | #define USAGE_HUMAN_READABLE(a) a |
| 341 | #define USAGE_NOT_HUMAN_READABLE(a) | 353 | #define USAGE_NOT_HUMAN_READABLE(a) |
