xref: /openbsd/share/man/man5/wsconsctl.conf.5 (revision fc61954a)
1.\" $OpenBSD: wsconsctl.conf.5,v 1.5 2007/05/31 19:19:58 jmc Exp $
2.\"
3.\" Copyright (c) 2001 Brian J. Kifiak <bk@rt.fm>
4.\" All rights reserved.
5.\"
6.\" Based on sysctl.conf.5 found in OpenBSD 2.3+:
7.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
8.\" All rights reserved.
9.\"
10.\" Redistribution and use in source and binary forms, with or without
11.\" modification, are permitted provided that the following conditions
12.\" are met:
13.\" 1. Redistributions of source code must retain the above copyright
14.\"    notice, this list of conditions and the following disclaimer.
15.\" 2. Redistributions in binary form must reproduce the above copyright
16.\"    notice, this list of conditions and the following disclaimer in the
17.\"    documentation and/or other materials provided with the distribution.
18.\" 3. The name of the author may not be used to endorse or promote products
19.\"    derived from this software without specific prior written permission.
20.\"
21.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
22.\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
23.\" AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
24.\" THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25.\" EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26.\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
27.\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
29.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
30.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31.\"
32.Dd $Mdocdate: May 31 2007 $
33.Dt WSCONSCTL.CONF 5
34.Os
35.Sh NAME
36.Nm wsconsctl.conf
37.Nd wsconsctl variables to set at system startup
38.Sh DESCRIPTION
39.Nm
40contains a list of
41.Xr wsconsctl 8
42variable assignments that is read at system startup by
43.Xr rc 8
44during the boot sequence.
45.Pp
46The file is made up of
47.Xr wsconsctl 8
48variable assignments
49.Pq Ar variable Ns = Ns Ar value
50with comments designated by a hash mark
51.Pq Sq # .
52.Sh FILES
53.Bl -tag -width /etc/wsconsctl.conf -compact
54.It Pa /etc/wsconsctl.conf
55.El
56.Sh EXAMPLES
57To load a Russian keyboard encoding, one would use the following line:
58.Bd -literal -offset indent
59keyboard.encoding=ru
60.Ed
61.Pp
62To set the screen burner timeout to 60 seconds, the following can be used:
63.Bd -literal -offset indent
64display.screen_off=60000
65.Ed
66.Sh SEE ALSO
67.Xr rc 8 ,
68.Xr wsconsctl 8
69.Sh HISTORY
70A
71.Nm
72file first appeared in
73.Ox 3.0 .
74