* src/login.c: Check if login is run with effective root

privileges. This should be more helpful to users than a failure to
	find an utmp entry or failure to access a file.
This commit is contained in:
nekral-guest
2009-04-21 22:46:01 +00:00
parent a0503bc3a1
commit efcbbc3d74
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2009-04-22 Nicolas François <nicolas.francois@centraliens.net>
* src/login.c: Check if login is run with effective root
privileges. This should be more helpful to users than a failure to
find an utmp entry or failure to access a file.
2009-04-22 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/utmp.c: Reworked. Get rid of Linux specific stuff. Get rid