K 10 svn:author V 5 edwin K 8 svn:date V 27 2003-09-24T08:13:29.000000Z K 7 svn:log V 608 [patch] graphics/svgalib checks wrong virtual console for ownership graphics/svgalib contains an off-by-one error in the code that checks that the user is the owner of the current virtual terminal. Instead of checking /dev/ttyv[X], it checks /dev/ttyv[X+1]. Submitted by: Chris Pressey This happens because svgalib was written for Linnex, and they start tty numbering from 1, contrary to FreeBSD, which does it from 0. I always knew that FreeBSD is better: who counts from 1 in this world?! ;-) PR: ports/57052 Submitted by: Alexey Dokuchaev END