summaryrefslogtreecommitdiff
path: root/loginutils/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-22 09:58:56 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-22 09:58:56 +0000
commit88c916bdec7d444198f067529637b4a616ad3efe (patch)
tree12be1aa9b2eb9021ca7b7b4547efbf6e2f3eb023 /loginutils/Config.in
parent951df20b7e8f776e71c1063f910c34f5cfd0bec4 (diff)
downloadbusybox-w32-88c916bdec7d444198f067529637b4a616ad3efe.tar.gz
busybox-w32-88c916bdec7d444198f067529637b4a616ad3efe.tar.bz2
busybox-w32-88c916bdec7d444198f067529637b4a616ad3efe.zip
Andreas Mohr writes:
the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r--loginutils/Config.in24
1 files changed, 12 insertions, 12 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 9eb771f09..db038abb0 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -55,51 +55,51 @@ config CONFIG_GETTY
55 bool "getty" 55 bool "getty"
56 default n 56 default n
57 help 57 help
58 Getty lets you log in on a tty, it is normally invoked by init. 58 getty lets you log in on a tty, it is normally invoked by init.
59 59
60config CONFIG_LOGIN 60config CONFIG_LOGIN
61 bool "login" 61 bool "login"
62 default n 62 default n
63 help 63 help
64 Login is used when signing onto a system. 64 login is used when signing onto a system.
65 65
66config CONFIG_FEATURE_SECURETTY 66config CONFIG_FEATURE_SECURETTY
67 bool " Support for /etc/securetty" 67 bool " Support for /etc/securetty"
68 default y 68 default y
69 depends on CONFIG_LOGIN 69 depends on CONFIG_LOGIN
70 help 70 help
71 The file /etc/securetty is used by (some versions of) login(1). The 71 The file /etc/securetty is used by (some versions of) login(1).
72 file contains the device names of tty lines (one per line, without 72 The file contains the device names of tty lines (one per line,
73 leading /dev/) on which root is allowed to login. 73 without leading /dev/) on which root is allowed to login.
74 74
75config CONFIG_PASSWD 75config CONFIG_PASSWD
76 bool "passwd" 76 bool "passwd"
77 default n 77 default n
78 help 78 help
79 Passwd changes passwords for user and group accounts. A normal user 79 passwd changes passwords for user and group accounts. A normal user
80 may only change the password for his/her own account, the super user 80 may only change the password for his/her own account, the super user
81 may change the password for any account. The administrator of a group 81 may change the password for any account. The administrator of a group
82 may change the password for the group. 82 may change the password for the group.
83 83
84config CONFIG_SU 84config CONFIG_SU
85 bool "su" 85 bool "su"
86 default n 86 default n
87 help 87 help
88 su is used to become another user during a login session. Invoked with- 88 su is used to become another user during a login session.
89 out a username, su defaults to becoming the super user. 89 Invoked without a username, su defaults to becoming the super user.
90 90
91config CONFIG_SULOGIN 91config CONFIG_SULOGIN
92 bool "sulogin" 92 bool "sulogin"
93 default n 93 default n
94 help 94 help
95 Sulogin is invoked when the system goes into single user 95 sulogin is invoked when the system goes into single user
96 mode (this is done through an entry in inittab). 96 mode (this is done through an entry in inittab).
97 97
98config CONFIG_VLOCK 98config CONFIG_VLOCK
99 bool "vlock" 99 bool "vlock"
100 default n 100 default n
101 help 101 help
102 Build the "vlock" applet, that allows you to lock (virtual) terminals. 102 Build the "vlock" applet which allows you to lock (virtual) terminals.
103 103
104comment "Common options for adduser, deluser, login, su" 104comment "Common options for adduser, deluser, login, su"
105 depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU 105 depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU