From 1f33eeb683e729681419c29ac831c6e71e6774fa Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 9 Jun 2017 15:01:07 -0500 Subject: [PATCH] Promote dmesg back to lsb. --- toys/{pending => lsb}/dmesg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => lsb}/dmesg.c (99%) diff --git a/toys/pending/dmesg.c b/toys/lsb/dmesg.c similarity index 99% rename from toys/pending/dmesg.c rename to toys/lsb/dmesg.c index b9156562..30f90e3a 100644 --- a/toys/pending/dmesg.c +++ b/toys/lsb/dmesg.c @@ -12,7 +12,7 @@ USE_DMESG(NEWTOY(dmesg, "w(follow)CSTtrs#<1n#c[!Ttr][!Cc][!Sw]", TOYFLAG_BIN)) config DMESG bool "dmesg" - default n + default y help usage: dmesg [-Cc] [-r|-t|-T] [-n LEVEL] [-s SIZE] [-w] -- 2.39.2