kdm: remove TODO

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-02-24 09:37:34 +02:00
parent 6aaa5840bf
commit 4a2e7bd44f
3 changed files with 0 additions and 10 deletions

View file

@ -100,12 +100,6 @@ int main()
" HONORS_SOCKET_PERMS)
cmake_reset_check_state()
# for genkdmconf; this is TODO
#if (EXISTS /etc/ttys)
# set(BSD_INIT 1)
# check_function_exists(getttyent HAVE_GETTTYENT)
#endif (EXISTS /etc/ttys)
check_function_exists(getutxent HAVE_UTMPX)
check_function_exists(updlastlogx HAVE_LASTLOGX)
set(BSD_UTMP)

View file

@ -27,7 +27,6 @@
- SVR4, /dev/vc[00] (ESIX), /dev/vt[00] (other)
- SCO, /dev/tty[00], query current with CONS_GETINFO, counts 0-based
ref: xorg/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
- act on BSD_INIT
- possibly parse Xserver log to find failure cause. this is very hacky.

View file

@ -49,9 +49,6 @@
/* Define the system's entropy device */
#cmakedefine DEV_RANDOM ${DEV_RANDOM}
/* Define if the system uses a BSD-style init */
#cmakedefine BSD_INIT 1
/* Define if the system has no getutent */
#cmakedefine BSD_UTMP 1