Remove the update utility, that is only relevant to older 2.0.x kernels

that are no longer supported.
This commit is contained in:
Eric Andersen
2003-07-22 10:11:27 +00:00
parent 9c3c38da55
commit a501d0f01f
5 changed files with 3 additions and 123 deletions

View File

@ -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 \