From f71abed76bd2eacc6ebf43663059631c7cf213ed Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 31 May 2014 18:00:04 -0500 Subject: [PATCH] Promote partprobe. --- toys/{pending => other}/partprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/partprobe.c (98%) diff --git a/toys/pending/partprobe.c b/toys/other/partprobe.c similarity index 98% rename from toys/pending/partprobe.c rename to toys/other/partprobe.c index e0beb009..5c44cb3f 100644 --- a/toys/pending/partprobe.c +++ b/toys/other/partprobe.c @@ -8,7 +8,7 @@ USE_PARTPROBE(NEWTOY(partprobe, "<1", TOYFLAG_SBIN)) config PARTPROBE bool "partprobe" - default n + default y help usage: partprobe DEVICE... -- 2.11.0