aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-22 10:11:27 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-22 10:11:27 +0000
commitcb0f91decca3eb71b72a29e6ec0ae260c2fe1c27 (patch)
tree8ed0ef2f3ceccde3391bfc63c947d1511961c65a /include
parent1b90eedbcb35e6efa45ab1cc54857dedcafdf0d7 (diff)
downloadbusybox-w32-cb0f91decca3eb71b72a29e6ec0ae260c2fe1c27.tar.gz
busybox-w32-cb0f91decca3eb71b72a29e6ec0ae260c2fe1c27.tar.bz2
busybox-w32-cb0f91decca3eb71b72a29e6ec0ae260c2fe1c27.zip
Remove the update utility, that is only relevant to older 2.0.x kernels
that are no longer supported. git-svn-id: svn://busybox.net/trunk/busybox@7094 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/applets.h3
-rw-r--r--include/usage.h9
2 files changed, 0 insertions, 12 deletions
diff --git a/include/applets.h b/include/applets.h
index d01ab2d74..2ee816465 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -613,9 +613,6 @@
613#ifdef CONFIG_UNZIP 613#ifdef CONFIG_UNZIP
614 APPLET(unzip, unzip_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 614 APPLET(unzip, unzip_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
615#endif 615#endif
616#ifdef CONFIG_UPDATE
617 APPLET(update, update_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
618#endif
619#ifdef CONFIG_UPTIME 616#ifdef CONFIG_UPTIME
620 APPLET(uptime, uptime_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 617 APPLET(uptime, uptime_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
621#endif 618#endif
diff --git a/include/usage.h b/include/usage.h
index bf1ad949e..5b7db4150 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2533,15 +2533,6 @@
2533 "\t-x\texclude these files\n" \ 2533 "\t-x\texclude these files\n" \
2534 "\t-d\textract files into this directory" 2534 "\t-d\textract files into this directory"
2535 2535
2536#define update_trivial_usage \
2537 "[options]"
2538#define update_full_usage \
2539 "Periodically flushes filesystem buffers.\n\n" \
2540 "Options:\n" \
2541 "\t-S\tforce use of sync(2) instead of flushing\n" \
2542 "\t-s SECS\tcall sync this often (default 30)\n" \
2543 "\t-f SECS\tflush some buffers this often (default 5)"
2544
2545#define uptime_trivial_usage \ 2536#define uptime_trivial_usage \
2546 "" 2537 ""
2547#define uptime_full_usage \ 2538#define uptime_full_usage \