From 2e9c25700061b23982f8600288178c1f6a370c1e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 8 Aug 2003 22:26:06 +0000 Subject: Implement a minimalist 'last' which allows the LEAF project to no longer need dumtp. Remove the 'dumtp' applet. -Erik --- include/usage.h | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index 7bf9c8952..35a3d5033 100644 --- a/include/usage.h +++ b/include/usage.h @@ -461,21 +461,6 @@ "\t-r,\t--remaining\tInterepret lease times as time remaing\n" \ "\t-a,\t--absolute\tInterepret lease times as expire time\n" -#define dutmp_trivial_usage \ - "[FILE]" -#define dutmp_full_usage \ - "Dump utmp file format (pipe delimited) from FILE\n" \ - "or stdin to stdout. (i.e., 'dutmp /var/run/utmp')" -#define dutmp_example_usage \ - "$ dutmp /var/run/utmp\n" \ - "8|7||si|||0|0|0|955637625|760097|0\n" \ - "2|0|~|~~|reboot||0|0|0|955637625|782235|0\n" \ - "1|20020|~|~~|runlevel||0|0|0|955637625|800089|0\n" \ - "8|125||l4|||0|0|0|955637629|998367|0\n" \ - "6|245|tty1|1|LOGIN||0|0|0|955637630|998974|0\n" \ - "6|246|tty2|2|LOGIN||0|0|0|955637630|999498|0\n" \ - "7|336|pts/0|vt00|andersen|:0.0|0|0|0|955637763|0|0\n" - #ifdef CONFIG_FEATURE_FANCY_ECHO #define USAGE_FANCY_ECHO(a) a #else @@ -2068,7 +2053,7 @@ "[FILE]...\n" \ "or: sh -c command [args]..." #define lash_full_usage \ - "lash: The BusyBox LAme SHell (command interpreter)" + "The BusyBox LAme SHell (command interpreter)" #define lash_notes_usage \ "This command does not yet have proper documentation.\n" \ "\n" \ @@ -2079,6 +2064,11 @@ "use ash or bash. If you just need a very simple and extremely small shell,\n" \ "this will do the job." +#define last_trivial_usage \ + "" +#define last_full_usage \ + "Shows listing of the last users that logged into the system" + #define sha1sum_trivial_usage \ "[OPTION] [FILE]" #define sha1sum_full_usage \ -- cgit v1.2.3