diff options
Diffstat (limited to 'login')
-rw-r--r-- | login/Makefile | 1 | ||||
-rw-r--r-- | login/README.utmpd | 7 |
2 files changed, 4 insertions, 4 deletions
diff --git a/login/Makefile b/login/Makefile index 96c75f7b4a..40cee55f80 100644 --- a/login/Makefile +++ b/login/Makefile @@ -48,7 +48,6 @@ extra-libs := libutil extra-libs-others := $(extra-libs) libutil-routines:= login login_tty logout logwtmp openpty forkpty -libutil-map := libutil.map include ../Rules diff --git a/login/README.utmpd b/login/README.utmpd index d70b3d8de2..b691c36f27 100644 --- a/login/README.utmpd +++ b/login/README.utmpd @@ -1,7 +1,8 @@ With the introduction of version 2 of the GNU C Library the format of -the UTMP and WTMP files changed for some configurations (see Q&A 10 of -the FAQ). This version of the GNU C Library contains a solution for -the problems this may cause, by providing an UTMP daemon `utmpd'. +the UTMP and WTMP files changed for some configurations (see Q&A `Why +does getlogin() always return NULL on my Linux box?' of the FAQ). +This version of the GNU C Library contains a solution for the problems +this may cause, by providing an UTMP daemon `utmpd'. Do I need it? ============= |