diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-17 20:56:36 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-19 18:35:26 +0200 |
commit | 07c3f3802d68880825052fb7902534bd31dc3f05 (patch) | |
tree | a296152d451acf6a79bc7215c7000d23aaa176b7 /loginutils | |
parent | e6a1a2321c47d61868f66beb9a258399cdb09eb2 (diff) | |
download | busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.gz busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.bz2 busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.zip |
Config.in: mark all applets POSIX only
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index a9b5f5a9f..5144d4211 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -8,6 +8,7 @@ menu "Login/Password Management Utilities" | |||
8 | config FEATURE_SHADOWPASSWDS | 8 | config FEATURE_SHADOWPASSWDS |
9 | bool "Support for shadow passwords" | 9 | bool "Support for shadow passwords" |
10 | default n | 10 | default n |
11 | depends on PLATFORM_POSIX | ||
11 | help | 12 | help |
12 | Build support for shadow password in /etc/shadow. This file is only | 13 | Build support for shadow password in /etc/shadow. This file is only |
13 | readable by root and thus the encrypted passwords are no longer | 14 | readable by root and thus the encrypted passwords are no longer |
@@ -16,6 +17,7 @@ config FEATURE_SHADOWPASSWDS | |||
16 | config USE_BB_PWD_GRP | 17 | config USE_BB_PWD_GRP |
17 | bool "Use internal password and group functions rather than system functions" | 18 | bool "Use internal password and group functions rather than system functions" |
18 | default n | 19 | default n |
20 | depends on PLATFORM_POSIX | ||
19 | help | 21 | help |
20 | If you leave this disabled, busybox will use the system's password | 22 | If you leave this disabled, busybox will use the system's password |
21 | and group functions. And if you are using the GNU C library | 23 | and group functions. And if you are using the GNU C library |
@@ -60,6 +62,7 @@ config USE_BB_SHADOW | |||
60 | config USE_BB_CRYPT | 62 | config USE_BB_CRYPT |
61 | bool "Use internal crypt functions" | 63 | bool "Use internal crypt functions" |
62 | default y | 64 | default y |
65 | depends on PLATFORM_POSIX | ||
63 | help | 66 | help |
64 | Busybox has internal DES and MD5 crypt functions. | 67 | Busybox has internal DES and MD5 crypt functions. |
65 | They produce results which are identical to corresponding | 68 | They produce results which are identical to corresponding |
@@ -94,6 +97,7 @@ config USE_BB_CRYPT_SHA | |||
94 | config ADDGROUP | 97 | config ADDGROUP |
95 | bool "addgroup" | 98 | bool "addgroup" |
96 | default n | 99 | default n |
100 | depends on PLATFORM_POSIX | ||
97 | help | 101 | help |
98 | Utility for creating a new group account. | 102 | Utility for creating a new group account. |
99 | 103 | ||
@@ -116,6 +120,7 @@ config FEATURE_ADDUSER_TO_GROUP | |||
116 | config DELGROUP | 120 | config DELGROUP |
117 | bool "delgroup" | 121 | bool "delgroup" |
118 | default n | 122 | default n |
123 | depends on PLATFORM_POSIX | ||
119 | help | 124 | help |
120 | Utility for deleting a group account. | 125 | Utility for deleting a group account. |
121 | 126 | ||
@@ -142,6 +147,7 @@ config FEATURE_CHECK_NAMES | |||
142 | config ADDUSER | 147 | config ADDUSER |
143 | bool "adduser" | 148 | bool "adduser" |
144 | default n | 149 | default n |
150 | depends on PLATFORM_POSIX | ||
145 | help | 151 | help |
146 | Utility for creating a new user account. | 152 | Utility for creating a new user account. |
147 | 153 | ||
@@ -171,12 +177,14 @@ config LAST_SYSTEM_ID | |||
171 | config DELUSER | 177 | config DELUSER |
172 | bool "deluser" | 178 | bool "deluser" |
173 | default n | 179 | default n |
180 | depends on PLATFORM_POSIX | ||
174 | help | 181 | help |
175 | Utility for deleting a user account. | 182 | Utility for deleting a user account. |
176 | 183 | ||
177 | config GETTY | 184 | config GETTY |
178 | bool "getty" | 185 | bool "getty" |
179 | default n | 186 | default n |
187 | depends on PLATFORM_POSIX | ||
180 | select FEATURE_SYSLOG | 188 | select FEATURE_SYSLOG |
181 | help | 189 | help |
182 | getty lets you log in on a tty, it is normally invoked by init. | 190 | getty lets you log in on a tty, it is normally invoked by init. |
@@ -184,6 +192,7 @@ config GETTY | |||
184 | config LOGIN | 192 | config LOGIN |
185 | bool "login" | 193 | bool "login" |
186 | default n | 194 | default n |
195 | depends on PLATFORM_POSIX | ||
187 | select FEATURE_SUID | 196 | select FEATURE_SUID |
188 | select FEATURE_SYSLOG | 197 | select FEATURE_SYSLOG |
189 | help | 198 | help |
@@ -227,6 +236,7 @@ config FEATURE_SECURETTY | |||
227 | config PASSWD | 236 | config PASSWD |
228 | bool "passwd" | 237 | bool "passwd" |
229 | default n | 238 | default n |
239 | depends on PLATFORM_POSIX | ||
230 | select FEATURE_SUID | 240 | select FEATURE_SUID |
231 | select FEATURE_SYSLOG | 241 | select FEATURE_SYSLOG |
232 | help | 242 | help |
@@ -248,6 +258,7 @@ config FEATURE_PASSWD_WEAK_CHECK | |||
248 | config CRYPTPW | 258 | config CRYPTPW |
249 | bool "cryptpw" | 259 | bool "cryptpw" |
250 | default n | 260 | default n |
261 | depends on PLATFORM_POSIX | ||
251 | help | 262 | help |
252 | Encrypts the given password with the crypt(3) libc function | 263 | Encrypts the given password with the crypt(3) libc function |
253 | using the given salt. Debian has this utility under mkpasswd | 264 | using the given salt. Debian has this utility under mkpasswd |
@@ -256,6 +267,7 @@ config CRYPTPW | |||
256 | config CHPASSWD | 267 | config CHPASSWD |
257 | bool "chpasswd" | 268 | bool "chpasswd" |
258 | default n | 269 | default n |
270 | depends on PLATFORM_POSIX | ||
259 | help | 271 | help |
260 | Reads a file of user name and password pairs from standard input | 272 | Reads a file of user name and password pairs from standard input |
261 | and uses this information to update a group of existing users. | 273 | and uses this information to update a group of existing users. |
@@ -263,6 +275,7 @@ config CHPASSWD | |||
263 | config SU | 275 | config SU |
264 | bool "su" | 276 | bool "su" |
265 | default n | 277 | default n |
278 | depends on PLATFORM_POSIX | ||
266 | select FEATURE_SUID | 279 | select FEATURE_SUID |
267 | select FEATURE_SYSLOG | 280 | select FEATURE_SYSLOG |
268 | help | 281 | help |
@@ -285,6 +298,7 @@ config FEATURE_SU_CHECKS_SHELLS | |||
285 | config SULOGIN | 298 | config SULOGIN |
286 | bool "sulogin" | 299 | bool "sulogin" |
287 | default n | 300 | default n |
301 | depends on PLATFORM_POSIX | ||
288 | select FEATURE_SYSLOG | 302 | select FEATURE_SYSLOG |
289 | help | 303 | help |
290 | sulogin is invoked when the system goes into single user | 304 | sulogin is invoked when the system goes into single user |
@@ -293,6 +307,7 @@ config SULOGIN | |||
293 | config VLOCK | 307 | config VLOCK |
294 | bool "vlock" | 308 | bool "vlock" |
295 | default n | 309 | default n |
310 | depends on PLATFORM_POSIX | ||
296 | select FEATURE_SUID | 311 | select FEATURE_SUID |
297 | help | 312 | help |
298 | Build the "vlock" applet which allows you to lock (virtual) terminals. | 313 | Build the "vlock" applet which allows you to lock (virtual) terminals. |