INDEX revision 278464
1327793Spfg# Copyright (c) 2012 Ron McDowell
2327793Spfg# Copyright (c) 2012 Devin Teske
313240Sgraichen# All rights reserved.
413240Sgraichen#
513240Sgraichen# Redistribution and use in source and binary forms, with or without
613240Sgraichen# modification, are permitted provided that the following conditions
713240Sgraichen# are met:
813240Sgraichen# 1. Redistributions of source code must retain the above copyright
913240Sgraichen#    notice, this list of conditions and the following disclaimer.
1013240Sgraichen# 2. Redistributions in binary form must reproduce the above copyright
1113240Sgraichen#    notice, this list of conditions and the following disclaimer in the
1213240Sgraichen#    documentation and/or other materials provided with the distribution.
1313240Sgraichen#
1413240Sgraichen# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1513240Sgraichen# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1613240Sgraichen# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1713240Sgraichen# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1813240Sgraichen# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1913240Sgraichen# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2013240Sgraichen# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2113240Sgraichen# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2213240Sgraichen# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2313240Sgraichen# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2413240Sgraichen# SUCH DAMAGE.
2513240Sgraichen#
2613240Sgraichen# $FreeBSD: head/usr.sbin/bsdconfig/console/INDEX 278464 2015-02-09 17:18:10Z dteske $
2713240Sgraichen
2813240Sgraichen#
2913240Sgraichen# Title that will be shown in the bsdconfig menu.
3013240Sgraichen#
3113240Sgraichenmenu_title="Console"
3213240Sgraichen
3313240Sgraichen#
3431489Scharnier# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
3550476Speter# short because any line longer than the terminal width will be truncated.
3613240Sgraichen#
3713240Sgraichenmenu_help="Customize system console behavior"
3831489Scharnier
3931489Scharnier#
4031489Scharnier# Two-part variable that defines an action to take when `keyword' is passed on
4113240Sgraichen# a bsdconfig command line. Variable takes the form "keyword|command" and
4213240Sgraichen# multiple occurrences of the variable (with different `keyword's, or different
4313240Sgraichen# `keyword's AND `command's) are allowed.  If `command' begins with a '/' then
4413240Sgraichen# the full path to the program is needed. If `command' begins with anything
4513240Sgraichen# else it is a path relative to the directory this INDEX file is in. `keyword'
4631489Scharnier# can be i18n'ed but `command' is the name of a script.
4713240Sgraichen#
4890336Simpmenu_selection="console|console"
4913240Sgraichenmenu_selection="vt_font|font"
5013240Sgraichenmenu_selection="vt_keymap|keymap"
5113240Sgraichenmenu_selection="vt_repeat|repeat"
5213240Sgraichenmenu_selection="vt_saver|saver"
5313240Sgraichenmenu_selection="vt_screenmap|screenmap"
5413240Sgraichenmenu_selection="vt_ttys|ttys"
5513240Sgraichen# For backward compatibility
5613240Sgraichenmenu_selection="syscons_font|font"
5713240Sgraichenmenu_selection="syscons_keymap|keymap"
5813240Sgraichenmenu_selection="syscons_repeat|repeat"
5913240Sgraichenmenu_selection="syscons_saver|saver"
6013240Sgraichenmenu_selection="syscons_screenmap|screenmap"
6113240Sgraichenmenu_selection="syscons_ttys|ttys"
6213240Sgraichen
6313240Sgraichen#
6413240Sgraichen# ------------ Items below this line do NOT need i18n translation ------------
6590336Simp#
6613240Sgraichen# Name of the program to be run when this menu choice is selected. If it begins
67327793Spfg# with a '/' then the full path to the program is needed. If it begins with
6813240Sgraichen# anything else it is a path relative to the directory this INDEX file is in.
6913240Sgraichen#
7013240Sgraichenmenu_program="console"
7113240Sgraichen