diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-20 21:28:41 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-20 21:28:41 +0000 |
commit | 21d1014b5b91d1a1319273945291b7a9f4717827 (patch) | |
tree | b84eadba35d31f923ef62579652e4e5d76678c38 /loginutils/Config.in | |
parent | 2f6ae43b9c74d393a139007377895e8c50b8af9a (diff) | |
download | busybox-w32-21d1014b5b91d1a1319273945291b7a9f4717827.tar.gz busybox-w32-21d1014b5b91d1a1319273945291b7a9f4717827.tar.bz2 busybox-w32-21d1014b5b91d1a1319273945291b7a9f4717827.zip |
chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r-- | loginutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index f9ae122e4..63ae9b4db 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -180,6 +180,14 @@ config CRYPTPW | |||
180 | help | 180 | help |
181 | Applet for crypting a string. | 181 | Applet for crypting a string. |
182 | 182 | ||
183 | config CHPASSWD | ||
184 | bool "chpasswd" | ||
185 | default n | ||
186 | help | ||
187 | chpasswd reads a file of user name and password pairs from | ||
188 | standard input and uses this information to update a group of | ||
189 | existing users. | ||
190 | |||
183 | config SU | 191 | config SU |
184 | bool "su" | 192 | bool "su" |
185 | default n | 193 | default n |