diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-22 17:03:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-22 17:03:24 +0000 |
commit | 340aa1cb3f1a8f5fda7c6782b514499a0d397c58 (patch) | |
tree | 0219819ce130cc0ad65a33b45173d993396aa30c | |
parent | fe55b260e2a830de8cb4a2cdbf6240425238823e (diff) | |
download | busybox-w32-340aa1cb3f1a8f5fda7c6782b514499a0d397c58.tar.gz busybox-w32-340aa1cb3f1a8f5fda7c6782b514499a0d397c58.tar.bz2 busybox-w32-340aa1cb3f1a8f5fda7c6782b514499a0d397c58.zip |
the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDS
-rw-r--r-- | loginutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 9b40871e6..9eb771f09 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -110,7 +110,7 @@ config CONFIG_FEATURE_SHADOWPASSWDS | |||
110 | depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU | 110 | depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU |
111 | help | 111 | help |
112 | Build support for shadow password in /etc/shadow. This file is only | 112 | Build support for shadow password in /etc/shadow. This file is only |
113 | only readable by root and thus the encrypted passwords are no longer | 113 | readable by root and thus the encrypted passwords are no longer |
114 | publicly readable. | 114 | publicly readable. |
115 | 115 | ||
116 | config CONFIG_USE_BB_SHADOW | 116 | config CONFIG_USE_BB_SHADOW |