Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2003 01:13:29 -0700 (PDT)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics/svgalib/files patch-am
Message-ID:  <200309240813.h8O8DTXc046551@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2003/09/24 01:13:29 PDT

  FreeBSD ports repository

  Modified files:
    graphics/svgalib/files patch-am 
  Log:
  [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 <cpressey@catseye.mine.nu>
  
          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 <danfe@regency.nsu.ru>
  
  Revision  Changes    Path
  1.4       +1 -1      ports/graphics/svgalib/files/patch-am



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309240813.h8O8DTXc046551>