From cf80a7fc2db30364ac98be40483e599c2c243e87 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 26 Mar 2015 00:50:17 +0100 Subject: utmp: always have at least utmpx Signed-off-by: Bernhard Reutner-Fischer --- extra/Configs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 1ef13667f..1fd686052 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -708,7 +708,7 @@ config UCLIBC_HAS_UTMPX config UCLIBC_HAS_UTMP bool "utmp support (XPG2 compat, SVr4 compat)" - #depends on UCLIBC_HAS_UTMPX # for educational purposes.. + depends on UCLIBC_HAS_UTMPX help Answer y to enable legacy SVID support for accessing user accounting database: -- cgit v1.2.3