diff options
author | Salvatore Cro <salvatore.cro@st.com> | 2010-09-09 15:38:15 +0200 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2010-09-14 14:36:00 +0200 |
commit | 7ac7be14eb4c8927fddffbe01fed74c605bf8597 (patch) | |
tree | b71a3a55de3efc6332b5b085f587d8be3247354e /extra/Configs | |
parent | 77f573c668505a3a408b3e8fb877b8f76bbdd6f6 (diff) |
misc: utmpx based logging support
misc: Added support for accessing user accounting database based
on utmpx structure.
Signed-off-by: Salvatore Cro <salvatore.cro@st.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
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 |