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 /scripts/defconfig | |
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 'scripts/defconfig')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 088ff791a..4709b2234 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -376,6 +376,7 @@ CONFIG_FEATURE_SECURETTY=y | |||
376 | CONFIG_PASSWD=y | 376 | CONFIG_PASSWD=y |
377 | CONFIG_FEATURE_PASSWD_WEAK_CHECK=y | 377 | CONFIG_FEATURE_PASSWD_WEAK_CHECK=y |
378 | CONFIG_CRYPTPW=y | 378 | CONFIG_CRYPTPW=y |
379 | CONFIG_CHPASSWD=y | ||
379 | CONFIG_SU=y | 380 | CONFIG_SU=y |
380 | CONFIG_FEATURE_SU_SYSLOG=y | 381 | CONFIG_FEATURE_SU_SYSLOG=y |
381 | CONFIG_FEATURE_SU_CHECKS_SHELLS=y | 382 | CONFIG_FEATURE_SU_CHECKS_SHELLS=y |