diff options
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 431d1f6b2..7f0ac9db6 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1913,6 +1913,15 @@ config UCLIBC_HAS_GNU_GLOB Most people will answer N. +config UCLIBC_HAS_UTMPX + bool "utmpx based support for tracking login/logouts to/from the system" + default n + help + Answer y to enable support for accessing user accounting database. + It can be used to track all login/logout to the system. + + If unsure, just answer N. + endmenu |