OSDN Git Service

b3880aa3deaa8d0e2f512fa678e29bf3ad61b0d6
[android-x86/external-busybox.git] / loginutils / config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 mainmenu_option next_comment
7 comment 'Login/Password Management Utilities'
8
9
10 bool 'addgroup'                 CONFIG_ADDGROUP
11 bool 'adduser'                  CONFIG_ADDUSER
12 bool 'deluser'                  CONFIG_DELUSER
13 bool 'delgroup'                 CONFIG_DELUSER
14 bool 'getty'                    CONFIG_GETTY
15 bool 'login'                    CONFIG_LOGIN
16 if [ "$CONFIG_LOGIN" = "y" ]; then
17         bool '  Support for /etc/securetty'             CONFIG_FEATURE_SECURETTY
18 fi
19 bool 'passwd'                   CONFIG_PASSWD
20 bool 'su'                       CONFIG_SU
21 if [ "$CONFIG_ADDUSER" = "y" -o "$CONFIG_DELUSER" = "y" -o "$CONFIG_LOGIN" = "y" -o "$CONFIG_SU" = "y" ]; then
22     bool '  Support for shadow passwords'               CONFIG_FEATURE_SHADOWPASSWDS
23 fi
24 bool 'sulogin'                  CONFIG_SULOGIN
25 bool 'vlock'                    CONFIG_VLOCK
26
27 endmenu
28