aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-10-08 18:02:23 -0500
committerRob Landley <rob@landley.net>2013-10-08 18:02:23 -0500
commit03c1b0b202dd4179d472497b08667fad8d4c4530 (patch)
tree4513e38600155caee0f5d04668316004b2213de2 /toys
parentdb494a2fe9a3ffc7a07c5e00334ea8506adba0f1 (diff)
downloadtoybox-03c1b0b202dd4179d472497b08667fad8d4c4530.tar.gz
Move blkid out of pending, default y.
Diffstat (limited to 'toys')
-rw-r--r--toys/other/blkid.c (renamed from toys/pending/blkid.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/blkid.c b/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.