INDEX revision 279613
131567Ssef# Copyright (c) 2013 Devin Teske
2204977Simp# All rights reserved.
331899Ssef#
431899Ssef# Redistribution and use in source and binary forms, with or without
531899Ssef# modification, are permitted provided that the following conditions
631899Ssef# are met:
731899Ssef# 1. Redistributions of source code must retain the above copyright
831899Ssef#    notice, this list of conditions and the following disclaimer.
931899Ssef# 2. Redistributions in binary form must reproduce the above copyright
1031899Ssef#    notice, this list of conditions and the following disclaimer in the
1131899Ssef#    documentation and/or other materials provided with the distribution.
1231899Ssef#
1331899Ssef# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1431899Ssef# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1531899Ssef# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1631899Ssef# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1731899Ssef# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1831899Ssef# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1931899Ssef# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2031899Ssef# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2131899Ssef# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2231899Ssef# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2331899Ssef# SUCH DAMAGE.
2431899Ssef#
2531899Ssef# $FreeBSD: stable/10/usr.sbin/bsdconfig/includes/INDEX 279613 2015-03-05 00:39:15Z dteske $
2631899Ssef
2731899Ssef#
2831899Ssef# Title that will be shown in the bsdconfig menu.
2931899Ssef#
3031899Ssefmenu_title=""
3131899Ssef
32290052Sjhb#
33290052Sjhb# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
3432275Scharnier# short because any line longer than the terminal width will be truncated.
35290052Sjhb#
3631567Ssefmenu_help=""
37240005Szont
3885301Sdes#
3985301Sdes# Two-part variable that defines an action to take when `keyword' is passed on
4085301Sdes# a bsdconfig command line. Variable takes the form "keyword|command" and
4185301Sdes# multiple occurrences of the variable (with different `keyword's, or different
4285301Sdes# `keyword's AND `command's) are allowed.  If `command' begins with a '/' then
4331567Ssef# the full path to the program is needed. If `command' begins with anything
4431567Ssef# else it is a path relative to the directory this INDEX file is in. `keyword'
45101282Smdodd# can be i18n'ed but `command' is the name of a script.
4631567Ssef#
4731567Ssefmenu_selection="includes|includes"
4831567Ssefmenu_selection="api|includes"
49290052Sjhb
50290052Sjhb#
51240562Szont# ------------ Items below this line do NOT need i18n translation ------------
52240005Szont#
53240005Szont# Name of the program to be run when this menu choice is selected. If it begins
54290052Sjhb# with a '/' then the full path to the program is needed. If it begins with
55240562Szont# anything else it is a path relative to the directory this INDEX file is in.
56240005Szont#
5731567Ssefmenu_program=""
58240562Szont