aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-08-03 11:28:36 +0000
committerrpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-08-03 11:28:36 +0000
commite883e03918a0e26e390ea23996abdb8fc1925f88 (patch)
tree15817426049b8696cc16799f14c15b4bd6f98f2f
parent2334d0f38eb84294e43a14b510eb1de84dc40376 (diff)
downloadbusybox-w32-e883e03918a0e26e390ea23996abdb8fc1925f88.tar.gz
busybox-w32-e883e03918a0e26e390ea23996abdb8fc1925f88.tar.bz2
busybox-w32-e883e03918a0e26e390ea23996abdb8fc1925f88.zip
Remove apparent typo in "bool" line.
git-svn-id: svn://busybox.net/trunk/busybox@15766 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--loginutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index e920d5fc3..99265519e 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -14,7 +14,7 @@ config CONFIG_FEATURE_SHADOWPASSWDS
14 publicly readable. 14 publicly readable.
15 15
16config CONFIG_USE_BB_SHADOW 16config CONFIG_USE_BB_SHADOW
17 bool #" Use busybox shadow password functions" 17 bool " Use busybox shadow password functions"
18 default y 18 default y
19 depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS 19 depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS
20 help 20 help