diff options
author | Rob Landley <rob@landley.net> | 2006-09-22 18:47:45 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-09-22 18:47:45 +0000 |
commit | 03721973851afbe02bbc1cdc56ee6002631c4df6 (patch) | |
tree | a8d80e8ccc8ed6d3a4ffe951247e8462553d462d /include | |
parent | 754a88f7aa3de5979a6093c1e6c631b1e572d9c0 (diff) | |
download | busybox-w32-03721973851afbe02bbc1cdc56ee6002631c4df6.tar.gz busybox-w32-03721973851afbe02bbc1cdc56ee6002631c4df6.tar.bz2 busybox-w32-03721973851afbe02bbc1cdc56ee6002631c4df6.zip |
"I'll think about it" != "apply it now". It means I need to think about it.
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 2 | ||||
-rw-r--r-- | include/usage.h | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/include/applets.h b/include/applets.h index 0263a2098..c75866dde 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -58,6 +58,7 @@ USE_ASH(APPLET_NOUSAGE(ash, ash, _BB_DIR_BIN, _BB_SUID_NEVER)) | |||
58 | USE_AWK(APPLET(awk, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 58 | USE_AWK(APPLET(awk, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
59 | USE_BASENAME(APPLET(basename, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 59 | USE_BASENAME(APPLET(basename, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
60 | USE_BBCONFIG(APPLET(bbconfig, _BB_DIR_BIN, _BB_SUID_NEVER)) | 60 | USE_BBCONFIG(APPLET(bbconfig, _BB_DIR_BIN, _BB_SUID_NEVER)) |
61 | //USE_BBSH(APPLET(bbsh, _BB_DIR_BIN, _BB_SUID_NEVER)) | ||
61 | USE_BUNZIP2(APPLET(bunzip2, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 62 | USE_BUNZIP2(APPLET(bunzip2, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
62 | /* Always enabled. */ | 63 | /* Always enabled. */ |
63 | APPLET_NOUSAGE(busybox, busybox, _BB_DIR_BIN, _BB_SUID_MAYBE) | 64 | APPLET_NOUSAGE(busybox, busybox, _BB_DIR_BIN, _BB_SUID_MAYBE) |
@@ -226,7 +227,6 @@ USE_REALPATH(APPLET(realpath, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | |||
226 | USE_HALT(APPLET_ODDNAME(reboot, halt, _BB_DIR_SBIN, _BB_SUID_NEVER, reboot)) | 227 | USE_HALT(APPLET_ODDNAME(reboot, halt, _BB_DIR_SBIN, _BB_SUID_NEVER, reboot)) |
227 | USE_RENICE(APPLET(renice, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 228 | USE_RENICE(APPLET(renice, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
228 | USE_RESET(APPLET(reset, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 229 | USE_RESET(APPLET(reset, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
229 | USE_APP_RESIZE(APPLET(resize, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | ||
230 | USE_RM(APPLET(rm, _BB_DIR_BIN, _BB_SUID_NEVER)) | 230 | USE_RM(APPLET(rm, _BB_DIR_BIN, _BB_SUID_NEVER)) |
231 | USE_RMDIR(APPLET(rmdir, _BB_DIR_BIN, _BB_SUID_NEVER)) | 231 | USE_RMDIR(APPLET(rmdir, _BB_DIR_BIN, _BB_SUID_NEVER)) |
232 | USE_RMMOD(APPLET(rmmod, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 232 | USE_RMMOD(APPLET(rmmod, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
diff --git a/include/usage.h b/include/usage.h index d7b8b2ab4..6ef7f1ecf 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2455,11 +2455,6 @@ USE_FEATURE_MDEV_CONFIG( \ | |||
2455 | #define reset_full_usage \ | 2455 | #define reset_full_usage \ |
2456 | "Resets the screen." | 2456 | "Resets the screen." |
2457 | 2457 | ||
2458 | #define resize_trivial_usage \ | ||
2459 | "" | ||
2460 | #define resize_full_usage \ | ||
2461 | "Resizes the screen." | ||
2462 | |||
2463 | #define rm_trivial_usage \ | 2458 | #define rm_trivial_usage \ |
2464 | "[OPTION]... FILE..." | 2459 | "[OPTION]... FILE..." |
2465 | #define rm_full_usage \ | 2460 | #define rm_full_usage \ |