INDEX revision 238438
11573Srgrimes# Copyright (c) 2012 Ron McDowell
21573Srgrimes# Copyright (c) 2012 Devin Teske
31573Srgrimes# All rights reserved.
41573Srgrimes#
51573Srgrimes# Redistribution and use in source and binary forms, with or without
61573Srgrimes# modification, are permitted provided that the following conditions
71573Srgrimes# are met:
81573Srgrimes# 1. Redistributions of source code must retain the above copyright
91573Srgrimes#    notice, this list of conditions and the following disclaimer.
101573Srgrimes# 2. Redistributions in binary form must reproduce the above copyright
111573Srgrimes#    notice, this list of conditions and the following disclaimer in the
121573Srgrimes#    documentation and/or other materials provided with the distribution.
131573Srgrimes#
141573Srgrimes# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
151573Srgrimes# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
161573Srgrimes# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
171573Srgrimes# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
181573Srgrimes# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
191573Srgrimes# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
201573Srgrimes# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
211573Srgrimes# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
221573Srgrimes# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
231573Srgrimes# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
241573Srgrimes# SUCH DAMAGE.
251573Srgrimes#
261573Srgrimes# $FreeBSD: head/usr.sbin/bsdconfig/ttys/INDEX 238438 2012-07-14 03:16:57Z dteske $
271573Srgrimes
281573Srgrimes#
291573Srgrimes# Title that will be shown on the bsdconfig menu
301573Srgrimesmenu_title="Ttys"
311573Srgrimes#
321573Srgrimes# a short descriptive line shown at the bottom of the bsdconfig menu.
331573Srgrimes# keep it short because any line longer than the terminal width will
3483551Sdillon#   be truncated.
3583551Sdillonmenu_help="Configure Ttys"
3683551Sdillon#
371573Srgrimes# two-part variable that defines an action to take when 'keyword'
3855127Speter#   is passed on a bsdconfig command line. variable takes the form
391573Srgrimes#   "keyword|command" and multiple occurrences of the variable
4055127Speter#   (with different 'keyword's, or different 'keyword's AND 'command's)
411573Srgrimes#   are allowed.  If 'command' begins with a '/' then the full
421573Srgrimes#   path to the program is needed. If 'command' begins with anything
431573Srgrimes#   else it is a path relative to the directory this INDEX file is in.
4476176Smarkm#   'keyword' can be i18n'ed but 'command' is the name of a script.
4576176Smarkmmenu_selection="ttys|ttys"
461573Srgrimes#
471573Srgrimes# Items below this line do NOT need i18n translation----------------------
481573Srgrimes#
491573Srgrimes# Name of the program to be run when this menu choice is selected.
501573Srgrimes#   if it begins with a '/' then the full path to the program is needed.
511573Srgrimes#   if it begins with anything else it is a path relative to the directory
5217141Sjkh#     this INDEX file is in.
531573Srgrimesmenu_program="ttys"
541573Srgrimes