diff options
author | Denis Vlasenko | 2007-05-08 17:52:17 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-05-08 17:52:17 +0000 |
commit | 7e84e539de530b2060f0e570fc8f063ed0aaad2f (patch) | |
tree | c03518f2059504a513119cf4d499ccf5c7233f83 /loginutils/Config.in | |
parent | 92c0b8222eb50dd35c06e2f1265706b388762234 (diff) | |
download | busybox-7e84e539de530b2060f0e570fc8f063ed0aaad2f.zip busybox-7e84e539de530b2060f0e570fc8f063ed0aaad2f.tar.gz |
cryptpw: new applet (a bit less than 3k added)
(by Thomas Lundquist <lists@zelow.no>)
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r-- | loginutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index e8ab9ec..919091e 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in @@ -166,6 +166,12 @@ config FEATURE_PASSWD_WEAK_CHECK help With this option passwd will refuse new passwords which are "weak". +config CRYPTPW + bool "cryptpw" + default n + help + Applet for crypting a string. + config SU bool "su" default n |