mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
kdm: remove TODO
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6aaa5840bf
commit
4a2e7bd44f
3 changed files with 0 additions and 10 deletions
|
@ -100,12 +100,6 @@ int main()
|
||||||
" HONORS_SOCKET_PERMS)
|
" HONORS_SOCKET_PERMS)
|
||||||
cmake_reset_check_state()
|
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(getutxent HAVE_UTMPX)
|
||||||
check_function_exists(updlastlogx HAVE_LASTLOGX)
|
check_function_exists(updlastlogx HAVE_LASTLOGX)
|
||||||
set(BSD_UTMP)
|
set(BSD_UTMP)
|
||||||
|
|
1
kdm/TODO
1
kdm/TODO
|
@ -27,7 +27,6 @@
|
||||||
- SVR4, /dev/vc[00] (ESIX), /dev/vt[00] (other)
|
- SVR4, /dev/vc[00] (ESIX), /dev/vt[00] (other)
|
||||||
- SCO, /dev/tty[00], query current with CONS_GETINFO, counts 0-based
|
- SCO, /dev/tty[00], query current with CONS_GETINFO, counts 0-based
|
||||||
ref: xorg/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
|
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.
|
- possibly parse Xserver log to find failure cause. this is very hacky.
|
||||||
|
|
||||||
|
|
|
@ -49,9 +49,6 @@
|
||||||
/* Define the system's entropy device */
|
/* Define the system's entropy device */
|
||||||
#cmakedefine DEV_RANDOM ${DEV_RANDOM}
|
#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 */
|
/* Define if the system has no getutent */
|
||||||
#cmakedefine BSD_UTMP 1
|
#cmakedefine BSD_UTMP 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue