From fd866b2f058294cf51a6987a1786ff1bd9e6b1ea Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 20 Feb 2017 21:42:58 -0600 Subject: [PATCH] Declaring todo bankruptcy, dmesg goes back into pending until I get a chance to unify the two codepaths in Elliott's rewrite. --- toys/{lsb => pending}/dmesg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{lsb => pending}/dmesg.c (99%) diff --git a/toys/lsb/dmesg.c b/toys/pending/dmesg.c similarity index 99% rename from toys/lsb/dmesg.c rename to 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] -- 2.39.2