INDEX revision 278492
1228753Smm# Copyright (c) 2012 Ron McDowell
2228753Smm# Copyright (c) 2012 Devin Teske
3228753Smm# All rights reserved.
4228753Smm#
5228753Smm# Redistribution and use in source and binary forms, with or without
6228753Smm# modification, are permitted provided that the following conditions
7228753Smm# are met:
8228753Smm# 1. Redistributions of source code must retain the above copyright
9228753Smm#    notice, this list of conditions and the following disclaimer.
10228753Smm# 2. Redistributions in binary form must reproduce the above copyright
11228753Smm#    notice, this list of conditions and the following disclaimer in the
12228753Smm#    documentation and/or other materials provided with the distribution.
13228753Smm#
14228753Smm# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15228753Smm# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16228753Smm# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17228753Smm# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18228753Smm# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19228753Smm# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20228753Smm# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21228753Smm# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22228753Smm# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23228753Smm# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24228753Smm# SUCH DAMAGE.
25228763Smm#
26228753Smm# $FreeBSD: head/usr.sbin/bsdconfig/console/INDEX 278492 2015-02-10 03:17:51Z dteske $
27228753Smm
28228753Smm#
29228753Smm# Title that will be shown in the bsdconfig menu.
30228753Smm#
31228753Smmmenu_title="Console"
32228753Smm
33228753Smm#
34228753Smm# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
35228753Smm# short because any line longer than the terminal width will be truncated.
36228753Smm#
37228753Smmmenu_help="Customize system console behavior"
38228753Smm
39228753Smm#
40228753Smm# Two-part variable that defines an action to take when `keyword' is passed on
41228753Smm# a bsdconfig command line. Variable takes the form "keyword|command" and
42228753Smm# multiple occurrences of the variable (with different `keyword's, or different
43228753Smm# `keyword's AND `command's) are allowed.  If `command' begins with a '/' then
44228753Smm# the full path to the program is needed. If `command' begins with anything
45228753Smm# else it is a path relative to the directory this INDEX file is in. `keyword'
46228753Smm# can be i18n'ed but `command' is the name of a script.
47228753Smm#
48228753Smmmenu_selection="console|console"
49228753Smmmenu_selection="vt_font|font"
50228753Smmmenu_selection="vt_keymap|keymap"
51228753Smmmenu_selection="vt_repeat|repeat"
52228753Smmmenu_selection="vt_saver|saver"
53228753Smmmenu_selection="vt_screenmap|screenmap"
54228753Smmmenu_selection="vt_ttys|ttys"
55228753Smm# For backward compatibility
56228753Smmmenu_selection="syscons_font|font"
57228753Smmmenu_selection="syscons_keymap|keymap"
58228753Smmmenu_selection="syscons_repeat|repeat"
59228753Smmmenu_selection="syscons_saver|saver"
60228753Smmmenu_selection="syscons_screenmap|screenmap"
61228753Smmmenu_selection="syscons_ttys|ttys"
62228753Smm
63228753Smm#
64228753Smm# ------------ Items below this line do NOT need i18n translation ------------
65228753Smm#
66228753Smm# Name of the program to be run when this menu choice is selected. If it begins
67228753Smm# with a '/' then the full path to the program is needed. If it begins with
68228753Smm# anything else it is a path relative to the directory this INDEX file is in.
69228753Smm#
70228753Smmmenu_program="console"
71228753Smm