From 8f5ad7ef175851a18b35a10707742ff3b3382c7d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 23 Aug 2014 23:08:59 -0500 Subject: [PATCH] Promote blockdev to other. --- toys/{pending => other}/blockdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/blockdev.c (99%) diff --git a/toys/pending/blockdev.c b/toys/other/blockdev.c similarity index 99% rename from toys/pending/blockdev.c rename to toys/other/blockdev.c index 58318f55..79b4d6f9 100644 --- a/toys/pending/blockdev.c +++ b/toys/other/blockdev.c @@ -8,7 +8,7 @@ USE_BLOCKDEV(NEWTOY(blockdev, "<1>1(setro)(setrw)(getro)(getss)(getbsz)(setbsz)# config BLOCKDEV bool "blockdev" - default n + default y help usage: blockdev --OPTION... BLOCKDEV... -- 2.39.2