aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-06-28 20:02:57 -0500
committerRob Landley <rob@landley.net>2014-06-28 20:02:57 -0500
commit474d0a9e00b72ee73c0c908c65a09f7dde495019 (patch)
tree06bae6c9614dc1a344084863a7a378658ba97d59 /toys
parentc0e5ff3c9755503016581a2ed3ae91caaf785366 (diff)
downloadtoybox-474d0a9e00b72ee73c0c908c65a09f7dde495019.tar.gz
Promote mkpasswd from pending to other.
Diffstat (limited to 'toys')
-rw-r--r--toys/other/mkpasswd.c (renamed from toys/pending/mkpasswd.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/mkpasswd.c b/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]