Subject: CVS commit: src/usr.sbin/wsmoused
To: None <source-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: source-changes
Date: 03/04/2003 16:33:56
Module Name:	src
Committed By:	jmmv
Date:		Tue Mar  4 14:33:56 UTC 2003

Modified Files:
	src/usr.sbin/wsmoused: Makefile pathnames.h wsmoused.8 wsmoused.c
	    wsmoused.h
Added Files:
	src/usr.sbin/wsmoused: config.c config_lex.l config_yacc.y
	    wsmoused.conf.5

Log Message:
Add support to parse a configuration file, /etc/wsmoused.conf by default.
This file lets users tune the behavior of the daemon in a easy way, without
having to mess with command line options (nor in rc.conf).
It will also simplify future integration of new functionality within the
program as multiple "modes" of operator are recognized.
The new wsmoused.conf(5) manpage contains all related details.

Some error message cleanup and minor manpage fixes too.

Ok'ed by christos.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/usr.sbin/wsmoused/Makefile
cvs rdiff -r0 -r1.1 src/usr.sbin/wsmoused/config.c \
    src/usr.sbin/wsmoused/config_lex.l src/usr.sbin/wsmoused/config_yacc.y \
    src/usr.sbin/wsmoused/wsmoused.conf.5
cvs rdiff -r1.2 -r1.3 src/usr.sbin/wsmoused/pathnames.h \
    src/usr.sbin/wsmoused/wsmoused.h
cvs rdiff -r1.8 -r1.9 src/usr.sbin/wsmoused/wsmoused.8
cvs rdiff -r1.6 -r1.7 src/usr.sbin/wsmoused/wsmoused.c

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