181634Sbrian# Copyright (c) 2012 Ron McDowell
2330449Seadler# Copyright (c) 2012 Devin Teske
3330449Seadler# All rights reserved.
481634Sbrian#
581634Sbrian# Redistribution and use in source and binary forms, with or without
681634Sbrian# modification, are permitted provided that the following conditions
781634Sbrian# are met:
881634Sbrian# 1. Redistributions of source code must retain the above copyright
981634Sbrian#    notice, this list of conditions and the following disclaimer.
1081634Sbrian# 2. Redistributions in binary form must reproduce the above copyright
1181634Sbrian#    notice, this list of conditions and the following disclaimer in the
1281634Sbrian#    documentation and/or other materials provided with the distribution.
1381634Sbrian#
1481634Sbrian# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1581634Sbrian# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1681634Sbrian# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1781634Sbrian# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1881634Sbrian# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1981634Sbrian# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2081634Sbrian# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2181634Sbrian# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2281634Sbrian# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2381634Sbrian# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2481634Sbrian# SUCH DAMAGE.
2581634Sbrian#
2681634Sbrian# $FreeBSD$
2781634Sbrian
2881634Sbrian#
2981634Sbrian# Title that will be shown in the bsdconfig menu.
3081634Sbrian#
3181634Sbrianmenu_title=""
3281634Sbrian
3381634Sbrian#
3481634Sbrian# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
3581634Sbrian# short because any line longer than the terminal width will be truncated.
3681634Sbrian#
3781634Sbrianmenu_help=""
3881634Sbrian
3981634Sbrian#
4081634Sbrian# Two-part variable that defines an action to take when `keyword' is passed on
4181634Sbrian# a bsdconfig command line. Variable takes the form "keyword|command" and
4281634Sbrian# multiple occurrences of the variable (with different `keyword's, or different
4381634Sbrian# `keyword's AND `command's) are allowed.  If `command' begins with a '/' then
4481634Sbrian# the full path to the program is needed. If `command' begins with anything
4581634Sbrian# else it is a path relative to the directory this INDEX file is in. `keyword'
4681634Sbrian# can be i18n'ed but `command' is the name of a script.
4781634Sbrian#
4881634Sbrianmenu_selection="dot|dot"
4981634Sbrian
5081634Sbrian#
5181634Sbrian# ------------ Items below this line do NOT need i18n translation ------------
5281634Sbrian#
5381634Sbrian# Name of the program to be run when this menu choice is selected. If it begins
5481634Sbrian# with a '/' then the full path to the program is needed. If it begins with
5581634Sbrian# anything else it is a path relative to the directory this INDEX file is in.
5681634Sbrian#
5781634Sbrianmenu_program=""
5881634Sbrian