diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-26 00:50:17 +0100 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-26 00:50:17 +0100 | 
| commit | cf80a7fc2db30364ac98be40483e599c2c243e87 (patch) | |
| tree | b5d2ad5227f98a9a345f954157820e29b0ac66bf | |
| parent | 8836d184d4da65e8959210bc7b768e628b0273fb (diff) | |
utmp: always have at least utmpx
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
| -rw-r--r-- | extra/Configs/Config.in | 2 | 
1 files changed, 1 insertions, 1 deletions
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:  | 
