Package: svgatextmode
Maintainer: Christoph Lameter <[EMAIL PROTECTED]>
Version: 1.3-3

The postinst is buggy (it seems at least one line is missing). The user is
asked whether to start svgatextmode now, but the answer isn't processed.

Also there seems to be a bug in /etc/init.d/svgatextmode. It reads:

test -x /sbin/SVGATextMode -a /etc/vgamode | exit 0

Shouldn't that be:

test -x /sbin/SVGATextMode -a -f /etc/vgamode || exit 0

Michael
-- 
Michael Meskes                   |    _____ ________ __  ____
[EMAIL PROTECTED] |   / ___// ____/ // / / __ \___  __________
[EMAIL PROTECTED]                  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]                |  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian GNU/Linux!            | /____/_/      /_/  /____/\___/_/  /____/


Reply via email to