diff options
author | Rob Landley | 2006-04-13 23:22:16 +0000 |
---|---|---|
committer | Rob Landley | 2006-04-13 23:22:16 +0000 |
commit | 2ec922eed5093084837be628efc07c635ad30357 (patch) | |
tree | 191d18163e85eb614e33a38bd93da35b7c3f3366 /loginutils | |
parent | 6b4377f3337d7d3e21e63aa1341d33fd51c2f97c (diff) | |
download | busybox-2ec922eed5093084837be628efc07c635ad30357.zip busybox-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.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 48bb1fe..3bbb6d9 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 |