Subject: CVS commit: src/usr.sbin/envstat
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 11/16/2007 08:01:38
Module Name:	src
Committed By:	xtraeme
Date:		Fri Nov 16 08:01:38 UTC 2007

Modified Files:
	src/usr.sbin/envstat: config.c config_lex.l config_yacc.y envstat.8
	    envstat.c envstat.h envsys.conf.5

Log Message:
Implement the 'refresh-timeout' property in device blocks for the
configuration files. This sets the timeout value that will be used
to check for critical limits.

The value can be viewed by the 'envstat -D' command.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/usr.sbin/envstat/config.c \
    src/usr.sbin/envstat/envsys.conf.5
cvs rdiff -r1.2 -r1.3 src/usr.sbin/envstat/config_lex.l \
    src/usr.sbin/envstat/config_yacc.y
cvs rdiff -r1.33 -r1.34 src/usr.sbin/envstat/envstat.8
cvs rdiff -r1.57 -r1.58 src/usr.sbin/envstat/envstat.c
cvs rdiff -r1.1 -r1.2 src/usr.sbin/envstat/envstat.h

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