head	1.3;
access;
symbols
	RELENG_9:1.3.0.2;
locks; strict;
comment	@# @;


1.3
date	2013.06.19.00.34.12;	author svnexp;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2012.11.17.01.54.39;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.07.14.03.16.57;	author dteske;	state Exp;
branches;
next	;

1.3.2.1
date	2013.06.19.00.34.12;	author svnexp;	state dead;
branches;
next	1.3.2.2;

1.3.2.2
date	2013.07.07.20.03.17;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251906
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Copyright (c) 2012 Ron McDowell
# Copyright (c) 2012 Devin Teske
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $FreeBSD: head/usr.sbin/bsdconfig/mouse/INDEX 251906 2013-06-18 08:15:56Z dteske $

#
# Title that will be shown in the bsdconfig menu.
#
menu_title="Mouse"

#
# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
# short because any line longer than the terminal width will be truncated.
#
menu_help="Configure the Mouse"

#
# Two-part variable that defines an action to take when `keyword' is passed on
# a bsdconfig command line. Variable takes the form "keyword|command" and
# multiple occurrences of the variable (with different `keyword's, or different
# `keyword's AND `command's) are allowed.  If `command' begins with a '/' then
# the full path to the program is needed. If `command' begins with anything
# else it is a path relative to the directory this INDEX file is in. `keyword'
# can be i18n'ed but `command' is the name of a script.
#
menu_selection="mouse|mouse"
menu_selection="mouse_enable|enable"
menu_selection="mouse_type|type"
menu_selection="mouse_port|port"
menu_selection="mouse_flags|flags"
menu_selection="mouse_disable|disable"

#
# ------------ Items below this line do NOT need i18n translation ------------
#
# Name of the program to be run when this menu choice is selected. If it begins
# with a '/' then the full path to the program is needed. If it begins with
# anything else it is a path relative to the directory this INDEX file is in.
#
menu_program="mouse"
@


1.3.2.1
log
@file INDEX was added on branch RELENG_9 on 2013-07-07 20:03:17 +0000
@
text
@d1 62
@


1.3.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252995
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 62
# Copyright (c) 2012 Ron McDowell
# Copyright (c) 2012 Devin Teske
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $FreeBSD: stable/9/usr.sbin/bsdconfig/mouse/INDEX 252995 2013-07-07 19:13:34Z dteske $

#
# Title that will be shown in the bsdconfig menu.
#
menu_title="Mouse"

#
# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
# short because any line longer than the terminal width will be truncated.
#
menu_help="Configure the Mouse"

#
# Two-part variable that defines an action to take when `keyword' is passed on
# a bsdconfig command line. Variable takes the form "keyword|command" and
# multiple occurrences of the variable (with different `keyword's, or different
# `keyword's AND `command's) are allowed.  If `command' begins with a '/' then
# the full path to the program is needed. If `command' begins with anything
# else it is a path relative to the directory this INDEX file is in. `keyword'
# can be i18n'ed but `command' is the name of a script.
#
menu_selection="mouse|mouse"
menu_selection="mouse_enable|enable"
menu_selection="mouse_type|type"
menu_selection="mouse_port|port"
menu_selection="mouse_flags|flags"
menu_selection="mouse_disable|disable"

#
# ------------ Items below this line do NOT need i18n translation ------------
#
# Name of the program to be run when this menu choice is selected. If it begins
# with a '/' then the full path to the program is needed. If it begins with
# anything else it is a path relative to the directory this INDEX file is in.
#
menu_program="mouse"
@


1.2
log
@Switching exporter and resync
@
text
@d26 1
a26 1
# $FreeBSD: head/usr.sbin/bsdconfig/mouse/INDEX 238438 2012-07-14 03:16:57Z dteske $
d29 2
a30 1
# Title that will be shown on the bsdconfig menu
d32 4
a36 3
# a short descriptive line shown at the bottom of the bsdconfig menu.
# keep it short because any line longer than the terminal width will
#   be truncated.
d38 9
a47 8
# two-part variable that defines an action to take when 'keyword'
#   is passed on a bsdconfig command line. variable takes the form
#   "keyword|command" and multiple occurrences of the variable
#   (with different 'keyword's, or different 'keyword's AND 'command's)
#   are allowed.  If 'command' begins with a '/' then the full
#   path to the program is needed. If 'command' begins with anything
#   else it is a path relative to the directory this INDEX file is in.
#   'keyword' can be i18n'ed but 'command' is the name of a script.
d54 3
d58 3
a60 1
# Items below this line do NOT need i18n translation----------------------
a61 4
# Name of the program to be run when this menu choice is selected.
#   if it begins with a '/' then the full path to the program is needed.
#   if it begins with anything else it is a path relative to the directory
#     this INDEX file is in.
@


1.1
log
@SVN rev 238438 on 2012-07-14 03:16:57Z by dteske

Import bsdconfig(8) as a replacement for the post-install abilities of
deprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required.

Submitted by:	Devin Teske (dteske), Ron McDowell <rcm@@fuzzwad.org>
Reviewed by:	Ron McDowell <rcm@@fuzzwad.org>
Approved by:	Ed Maste (emaste)
@
text
@d26 1
a26 1
# $FreeBSD$
@

