diff options
| author | Rob Landley <rob@landley.net> | 2017-02-20 21:42:58 -0600 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2017-02-20 21:42:58 -0600 |
| commit | fd866b2f058294cf51a6987a1786ff1bd9e6b1ea (patch) | |
| tree | 099bf7c7993ad0a69ac91c709da959abbdae944d | |
| parent | 461b90c341090c46083e83ca59ccb88371e051e4 (diff) | |
| download | toybox-fd866b2f058294cf51a6987a1786ff1bd9e6b1ea.tar.gz | |
Declaring todo bankruptcy, dmesg goes back into pending until I get a chance
to unify the two codepaths in Elliott's rewrite.
| -rw-r--r-- | toys/pending/dmesg.c (renamed from toys/lsb/dmesg.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/lsb/dmesg.c b/toys/pending/dmesg.c index a991e898..40834b0c 100644 --- a/toys/lsb/dmesg.c +++ b/toys/pending/dmesg.c @@ -9,7 +9,7 @@ USE_DMESG(NEWTOY(dmesg, "w(follow)Ctrs#<1n#c[!tr][!Cc]", TOYFLAG_BIN)) config DMESG bool "dmesg" - default y + default n help usage: dmesg [-Cc] [-r|-t] [-n LEVEL] [-s SIZE] [-w] |
