1*ad8f8a1fSDevin Teske# Copyright (c) 2013 Devin Teske 2*ad8f8a1fSDevin Teske# All rights reserved. 3*ad8f8a1fSDevin Teske# 4*ad8f8a1fSDevin Teske# Redistribution and use in source and binary forms, with or without 5*ad8f8a1fSDevin Teske# modification, are permitted provided that the following conditions 6*ad8f8a1fSDevin Teske# are met: 7*ad8f8a1fSDevin Teske# 1. Redistributions of source code must retain the above copyright 8*ad8f8a1fSDevin Teske# notice, this list of conditions and the following disclaimer. 9*ad8f8a1fSDevin Teske# 2. Redistributions in binary form must reproduce the above copyright 10*ad8f8a1fSDevin Teske# notice, this list of conditions and the following disclaimer in the 11*ad8f8a1fSDevin Teske# documentation and/or other materials provided with the distribution. 12*ad8f8a1fSDevin Teske# 13*ad8f8a1fSDevin Teske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 14*ad8f8a1fSDevin Teske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15*ad8f8a1fSDevin Teske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 16*ad8f8a1fSDevin Teske# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 17*ad8f8a1fSDevin Teske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18*ad8f8a1fSDevin Teske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19*ad8f8a1fSDevin Teske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20*ad8f8a1fSDevin Teske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21*ad8f8a1fSDevin Teske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22*ad8f8a1fSDevin Teske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23*ad8f8a1fSDevin Teske# SUCH DAMAGE. 24*ad8f8a1fSDevin Teske# 25*ad8f8a1fSDevin Teske# $FreeBSD$ 26*ad8f8a1fSDevin Teske 27*ad8f8a1fSDevin Teske# 28*ad8f8a1fSDevin Teske# Title that will be shown in the bsdconfig menu. 29*ad8f8a1fSDevin Teske# 30*ad8f8a1fSDevin Teskemenu_title="" 31*ad8f8a1fSDevin Teske 32*ad8f8a1fSDevin Teske# 33*ad8f8a1fSDevin Teske# A short descriptive line shown at the bottom of the bsdconfig menu. keep it 34*ad8f8a1fSDevin Teske# short because any line longer than the terminal width will be truncated. 35*ad8f8a1fSDevin Teske# 36*ad8f8a1fSDevin Teskemenu_help="" 37*ad8f8a1fSDevin Teske 38*ad8f8a1fSDevin Teske# 39*ad8f8a1fSDevin Teske# Two-part variable that defines an action to take when `keyword' is passed on 40*ad8f8a1fSDevin Teske# a bsdconfig command line. Variable takes the form "keyword|command" and 41*ad8f8a1fSDevin Teske# multiple occurrences of the variable (with different `keyword's, or different 42*ad8f8a1fSDevin Teske# `keyword's AND `command's) are allowed. If `command' begins with a '/' then 43*ad8f8a1fSDevin Teske# the full path to the program is needed. If `command' begins with anything 44*ad8f8a1fSDevin Teske# else it is a path relative to the directory this INDEX file is in. `keyword' 45*ad8f8a1fSDevin Teske# can be i18n'ed but `command' is the name of a script. 46*ad8f8a1fSDevin Teske# 47*ad8f8a1fSDevin Teskemenu_selection="includes|includes" 48*ad8f8a1fSDevin Teske 49*ad8f8a1fSDevin Teske# 50*ad8f8a1fSDevin Teske# ------------ Items below this line do NOT need i18n translation ------------ 51*ad8f8a1fSDevin Teske# 52*ad8f8a1fSDevin Teske# Name of the program to be run when this menu choice is selected. If it begins 53*ad8f8a1fSDevin Teske# with a '/' then the full path to the program is needed. If it begins with 54*ad8f8a1fSDevin Teske# anything else it is a path relative to the directory this INDEX file is in. 55*ad8f8a1fSDevin Teske# 56*ad8f8a1fSDevin Teskemenu_program="" 57