From 21d1014b5b91d1a1319273945291b7a9f4717827 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 20 Jul 2007 21:28:41 +0000 Subject: chpasswd: new applet by Alexander Shishkin --- loginutils/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'loginutils/Config.in') 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 help Applet for crypting a string. +config CHPASSWD + bool "chpasswd" + default n + help + chpasswd reads a file of user name and password pairs from + standard input and uses this information to update a group of + existing users. + config SU bool "su" default n -- cgit v1.2.3