From 03c1b0b202dd4179d472497b08667fad8d4c4530 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 8 Oct 2013 18:02:23 -0500 Subject: [PATCH] Move blkid out of pending, default y. --- toys/{pending => other}/blkid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/blkid.c (99%) diff --git a/toys/pending/blkid.c b/toys/other/blkid.c similarity index 99% rename from toys/pending/blkid.c rename to toys/other/blkid.c index e69d605b..99d6999a 100644 --- a/toys/pending/blkid.c +++ b/toys/other/blkid.c @@ -9,7 +9,7 @@ USE_BLKID(OLDTOY(fstype, blkid, "<1", TOYFLAG_BIN)) config BLKID bool "blkid" - default n + default y help usage: blkid [block device...] Prints type, label and UUID of filesystem. -- 2.39.2