diff options
author | Eric Andersen | 2003-07-22 10:11:27 +0000 |
---|---|---|
committer | Eric Andersen | 2003-07-22 10:11:27 +0000 |
commit | a501d0f01fa9e5ec10809c5a150250b0d24cc4d6 (patch) | |
tree | 8ed0ef2f3ceccde3391bfc63c947d1511961c65a /include | |
parent | 9c3c38da5575b1eca8690855a2e4894d4cab34e2 (diff) | |
download | busybox-a501d0f01fa9e5ec10809c5a150250b0d24cc4d6.zip busybox-a501d0f01fa9e5ec10809c5a150250b0d24cc4d6.tar.gz |
Remove the update utility, that is only relevant to older 2.0.x kernels
that are no longer supported.
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 3 | ||||
-rw-r--r-- | include/usage.h | 9 |
2 files changed, 0 insertions, 12 deletions
diff --git a/include/applets.h b/include/applets.h index d01ab2d..2ee8164 100644 --- a/include/applets.h +++ b/include/applets.h @@ -613,9 +613,6 @@ #ifdef CONFIG_UNZIP APPLET(unzip, unzip_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif -#ifdef CONFIG_UPDATE - APPLET(update, update_main, _BB_DIR_SBIN, _BB_SUID_NEVER) -#endif #ifdef CONFIG_UPTIME APPLET(uptime, uptime_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif diff --git a/include/usage.h b/include/usage.h index bf1ad94..5b7db41 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2533,15 +2533,6 @@ "\t-x\texclude these files\n" \ "\t-d\textract files into this directory" -#define update_trivial_usage \ - "[options]" -#define update_full_usage \ - "Periodically flushes filesystem buffers.\n\n" \ - "Options:\n" \ - "\t-S\tforce use of sync(2) instead of flushing\n" \ - "\t-s SECS\tcall sync this often (default 30)\n" \ - "\t-f SECS\tflush some buffers this often (default 5)" - #define uptime_trivial_usage \ "" #define uptime_full_usage \ |