Fold mkpasswd applet into cryptpw.
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 4 Dec 2008 12:05:26 +0000 (12:05 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 4 Dec 2008 12:05:26 +0000 (12:05 -0000)
commite45930e8903cd80de149d6e92f05b8a3f80669cf
tree2363a354db9f2bafb4f3119684daf0b81417326b
parent196a953f21b14add828c2cc0e40b4bf8e76b1873
Fold mkpasswd applet into cryptpw.
mkpasswd is in Debian, OTOH cryptpw was added to busybox earlier.
Trying to make both camps happy by making those two applets just aliases.
They are command-line compatible. We can decide whether we want to drop one
(and which one) later.

function                                             old     new   delta
cryptpw_main                                         183     314    +131
static.methods                                        21       -     -21
packed_usage                                       25707   25648     -59
mkpasswd_main                                        307       -    -307
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 1/1 up/down: 131/-387)         Total: -256 bytes
include/applets.h
include/usage.h
loginutils/Config.in
loginutils/Kbuild
loginutils/cryptpw.c
loginutils/mkpasswd.c [deleted file]