aboutsummaryrefslogtreecommitdiff
path: root/loginutils
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
parent951df20b7e8f776e71c1063f910c34f5cfd0bec4 (diff)
downloadbusybox-88c916bdec7d444198f067529637b4a616ad3efe.tar.gz
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')
-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
bool "getty"
default n
help
- Getty lets you log in on a tty, it is normally invoked by init.
+ getty lets you log in on a tty, it is normally invoked by init.
config CONFIG_LOGIN
bool "login"
default n
help
- Login is used when signing onto a system.
+ login is used when signing onto a system.
config CONFIG_FEATURE_SECURETTY
bool " Support for /etc/securetty"
default y
depends on CONFIG_LOGIN
help
- The file /etc/securetty is used by (some versions of) login(1). The
- file contains the device names of tty lines (one per line, without
- leading /dev/) on which root is allowed to login.
+ The file /etc/securetty is used by (some versions of) login(1).
+ The file contains the device names of tty lines (one per line,
+ without leading /dev/) on which root is allowed to login.
config CONFIG_PASSWD
bool "passwd"
default n
help
- Passwd changes passwords for user and group accounts. A normal user
- may only change the password for his/her own account, the super user
- may change the password for any account. The administrator of a group
+ passwd changes passwords for user and group accounts. A normal user
+ may only change the password for his/her own account, the super user
+ may change the password for any account. The administrator of a group
may change the password for the group.
config CONFIG_SU
bool "su"
default n
help
- su is used to become another user during a login session. Invoked with-
- out a username, su defaults to becoming the super user.
+ su is used to become another user during a login session.
+ Invoked without a username, su defaults to becoming the super user.
config CONFIG_SULOGIN
bool "sulogin"
default n
help
- Sulogin is invoked when the system goes into single user
+ sulogin is invoked when the system goes into single user
mode (this is done through an entry in inittab).
config CONFIG_VLOCK
bool "vlock"
default n
help
- Build the "vlock" applet, that allows you to lock (virtual) terminals.
+ Build the "vlock" applet which allows you to lock (virtual) terminals.
comment "Common options for adduser, deluser, login, su"
depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU