[Bug 285394] sysutils/consolekit2 seems to use wrong tty
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 285394] sysutils/consolekit2 seems to use wrong tty"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Mar 2025 16:48:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285394
Warner Losh <imp@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |imp@FreeBSD.org
--- Comment #25 from Warner Losh <imp@FreeBSD.org> ---
TIOCCONS int *on
If on points to a non-zero integer, redirect kernel console
output (kernel printf's) to this terminal. If on points to a
zero integer, redirect kernel console output back to the
normal console. This is usually used on workstations to
redirect kernel messages to a particular window.
why isn't consolekit using this?
--
You are receiving this mail because:
You are the assignee for the bug.