diff options
author | Rob Landley <rob@landley.net> | 2006-04-13 23:22:16 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-13 23:22:16 +0000 |
commit | 2ec922eed5093084837be628efc07c635ad30357 (patch) | |
tree | 191d18163e85eb614e33a38bd93da35b7c3f3366 /loginutils | |
parent | 6b4377f3337d7d3e21e63aa1341d33fd51c2f97c (diff) | |
download | busybox-w32-2ec922eed5093084837be628efc07c635ad30357.tar.gz busybox-w32-2ec922eed5093084837be628efc07c635ad30357.tar.bz2 busybox-w32-2ec922eed5093084837be628efc07c635ad30357.zip |
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 48bb1fee3..3bbb6d90c 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -84,14 +84,14 @@ config CONFIG_GETTY | |||
84 | getty lets you log in on a tty, it is normally invoked by init. | 84 | getty lets you log in on a tty, it is normally invoked by init. |
85 | 85 | ||
86 | config CONFIG_FEATURE_UTMP | 86 | config CONFIG_FEATURE_UTMP |
87 | bool " Support utmp file" | 87 | bool "Support utmp file" |
88 | depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_WHO | 88 | depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_WHO |
89 | default n | 89 | default n |
90 | help | 90 | help |
91 | The file /var/run/utmp is used to track who is currently logged in. | 91 | The file /var/run/utmp is used to track who is currently logged in. |
92 | 92 | ||
93 | config CONFIG_FEATURE_WTMP | 93 | config CONFIG_FEATURE_WTMP |
94 | bool " Support wtmp file" | 94 | bool "Support wtmp file" |
95 | depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_LAST | 95 | depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_LAST |
96 | default n | 96 | default n |
97 | select CONFIG_FEATURE_UTMP | 97 | select CONFIG_FEATURE_UTMP |
@@ -110,7 +110,7 @@ config CONFIG_LOGIN | |||
110 | work properly. | 110 | work properly. |
111 | 111 | ||
112 | config CONFIG_FEATURE_SECURETTY | 112 | config CONFIG_FEATURE_SECURETTY |
113 | bool " Support for /etc/securetty" | 113 | bool "Support for /etc/securetty" |
114 | default y | 114 | default y |
115 | depends on CONFIG_LOGIN | 115 | depends on CONFIG_LOGIN |
116 | help | 116 | help |