From 2ec922eed5093084837be628efc07c635ad30357 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 13 Apr 2006 23:22:16 +0000 Subject: Patch from Robert P Day: let menuconfig indent stuff for us, we don't have to do it in Config.in. --- loginutils/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'loginutils') 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 -- cgit v1.2.3