aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-04-13 23:22:16 +0000
committerRob Landley <rob@landley.net>2006-04-13 23:22:16 +0000
commit2ec922eed5093084837be628efc07c635ad30357 (patch)
tree191d18163e85eb614e33a38bd93da35b7c3f3366 /loginutils
parent6b4377f3337d7d3e21e63aa1341d33fd51c2f97c (diff)
downloadbusybox-2ec922eed5093084837be628efc07c635ad30357.tar.gz
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
to do it in Config.in.
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 48bb1fee3..3bbb6d90c 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -84,14 +84,14 @@ config CONFIG_GETTY
getty lets you log in on a tty, it is normally invoked by init.
config CONFIG_FEATURE_UTMP
- bool " Support utmp file"
+ bool "Support utmp file"
depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_WHO
default n
help
The file /var/run/utmp is used to track who is currently logged in.
config CONFIG_FEATURE_WTMP
- bool " Support wtmp file"
+ bool "Support wtmp file"
depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_LAST
default n
select CONFIG_FEATURE_UTMP
@@ -110,7 +110,7 @@ config CONFIG_LOGIN
work properly.
config CONFIG_FEATURE_SECURETTY
- bool " Support for /etc/securetty"
+ bool "Support for /etc/securetty"
default y
depends on CONFIG_LOGIN
help