Subject: CVS commit: src/sbin/wsconsctl
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 07/30/2004 11:08:03
Module Name:	src
Committed By:	jmmv
Date:		Fri Jul 30 11:08:03 UTC 2004

Modified Files:
	src/sbin/wsconsctl: display.c util.c wsconsctl.c wsconsctl.h

Log Message:
Do not show several variables when they are not available.

At the moment this only affects the display part, hiding console colors,
border color and/or console scrollback if their respective ioctls are
not supported by the running kernel.

Trying to write to these variables will still fail with the correct ioctl
error message.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sbin/wsconsctl/display.c
cvs rdiff -r1.19 -r1.20 src/sbin/wsconsctl/util.c
cvs rdiff -r1.7 -r1.8 src/sbin/wsconsctl/wsconsctl.c
cvs rdiff -r1.4 -r1.5 src/sbin/wsconsctl/wsconsctl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.