OSDN Git Service

Promote mkpasswd from pending to other.
authorRob Landley <rob@landley.net>
Sun, 29 Jun 2014 01:02:57 +0000 (20:02 -0500)
committerRob Landley <rob@landley.net>
Sun, 29 Jun 2014 01:02:57 +0000 (20:02 -0500)
toys/other/mkpasswd.c [moved from toys/pending/mkpasswd.c with 99% similarity]

similarity index 99%
rename from toys/pending/mkpasswd.c
rename to toys/other/mkpasswd.c
index 4e6f063..2e1c1a9 100644 (file)
@@ -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]