From 474d0a9e00b72ee73c0c908c65a09f7dde495019 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 28 Jun 2014 20:02:57 -0500 Subject: [PATCH] Promote mkpasswd from pending to other. --- toys/{pending => other}/mkpasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/mkpasswd.c (99%) diff --git a/toys/pending/mkpasswd.c b/toys/other/mkpasswd.c similarity index 99% rename from toys/pending/mkpasswd.c rename to toys/other/mkpasswd.c index 4e6f063e..2e1c1a98 100644 --- a/toys/pending/mkpasswd.c +++ b/toys/other/mkpasswd.c @@ -9,7 +9,7 @@ USE_MKPASSWD(NEWTOY(mkpasswd, ">2S:m:P#=0<0", TOYFLAG_USR|TOYFLAG_BIN)) config MKPASSWD bool "mkpasswd" - default n + default y help usage: mkpasswd [-P FD] [-m TYPE] [-S SALT] [PASSWORD] [SALT] -- 2.11.0