[BusyBox-cvs] busybox/loginutils Config.in,1.6,1.7
Erik Andersen
andersen at busybox.net
Wed Oct 22 09:59:17 UTC 2003
Update of /var/cvs/busybox/loginutils
In directory winder:/tmp/cvs-serv10852/loginutils
Modified Files:
Config.in
Log Message:
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
Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/loginutils/Config.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Config.in 22 Jul 2003 17:03:24 -0000 1.6
+++ Config.in 22 Oct 2003 09:58:25 -0000 1.7
@@ -55,51 +55,51 @@
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
More information about the busybox-cvs
mailing list