From owner-svn-src-head@FreeBSD.ORG Tue Jun 18 08:15:59 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9F576634; Tue, 18 Jun 2013 08:15:59 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8FE221476; Tue, 18 Jun 2013 08:15:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5I8FxEE061014; Tue, 18 Jun 2013 08:15:59 GMT (envelope-from dteske@svn.freebsd.org) Received: (from dteske@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5I8FvPP060998; Tue, 18 Jun 2013 08:15:57 GMT (envelope-from dteske@svn.freebsd.org) Message-Id: <201306180815.r5I8FvPP060998@svn.freebsd.org> From: Devin Teske Date: Tue, 18 Jun 2013 08:15:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251906 - in head/usr.sbin/bsdconfig: console diskmgmt docsinstall dot mouse networking packages password security startup timezone ttys usermgmt X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 08:15:59 -0000 Author: dteske Date: Tue Jun 18 08:15:56 2013 New Revision: 251906 URL: http://svnweb.freebsd.org/changeset/base/251906 Log: Improve the INDEX format. Whitespace improvements, format improvements, typo and grammatical fixes. Modified: head/usr.sbin/bsdconfig/console/INDEX head/usr.sbin/bsdconfig/diskmgmt/INDEX head/usr.sbin/bsdconfig/docsinstall/INDEX head/usr.sbin/bsdconfig/dot/INDEX head/usr.sbin/bsdconfig/mouse/INDEX head/usr.sbin/bsdconfig/networking/INDEX head/usr.sbin/bsdconfig/packages/INDEX head/usr.sbin/bsdconfig/password/INDEX head/usr.sbin/bsdconfig/security/INDEX head/usr.sbin/bsdconfig/startup/INDEX head/usr.sbin/bsdconfig/timezone/INDEX head/usr.sbin/bsdconfig/ttys/INDEX head/usr.sbin/bsdconfig/usermgmt/INDEX Modified: head/usr.sbin/bsdconfig/console/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/console/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/console/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -26,22 +26,25 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# Title that will be shown in the bsdconfig menu. +# menu_title="Console" + +# +# 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. # -# 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="Customize system console behavior" + +# +# 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. # -# 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="console|console" menu_selection="syscons_font|font" menu_selection="syscons_keymap|keymap" @@ -49,11 +52,12 @@ menu_selection="syscons_repeat|repeat" menu_selection="syscons_saver|saver" menu_selection="syscons_screenmap|screenmap" menu_selection="syscons_ttys|ttys" + +# +# ------------ Items below this line do NOT need i18n translation ------------ # -# 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. # -# 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="console" Modified: head/usr.sbin/bsdconfig/diskmgmt/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/diskmgmt/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/diskmgmt/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -26,28 +26,32 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# Title that will be shown in the bsdconfig menu. +# menu_title="Disk Management" + +# +# 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. # -# 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="Manage disk partitions and/or labels" + +# +# 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. # -# 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="diskmgmt|diskmgmt" + +# +# ------------ Items below this line do NOT need i18n translation ------------ # -# 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. # -# 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="diskmgmt" Modified: head/usr.sbin/bsdconfig/docsinstall/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/docsinstall/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/docsinstall/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -26,28 +26,32 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# Title that will be shown in the bsdconfig menu. +# menu_title="Documentation installation" + +# +# 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. # -# 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="Install FreeBSD Documentation set" + +# +# 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. # -# 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="docsinstall|docsinstall" + +# +# ------------ Items below this line do NOT need i18n translation ------------ # -# 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. # -# 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="docsinstall" Modified: head/usr.sbin/bsdconfig/dot/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/dot/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/dot/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -26,28 +26,32 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# Title that will be shown in the bsdconfig menu. +# menu_title="" + +# +# 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. # -# 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="" + +# +# 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. # -# 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="dot|dot" + +# +# ------------ Items below this line do NOT need i18n translation ------------ # -# 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. # -# 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="" Modified: head/usr.sbin/bsdconfig/mouse/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/mouse/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/mouse/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -26,33 +26,37 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# 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. # -# 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. # -# 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 ------------ # -# 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. # -# 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" Modified: head/usr.sbin/bsdconfig/networking/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/networking/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/networking/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -26,32 +26,36 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# Title that will be shown in the bsdconfig menu. +# menu_title="Networking Management" + +# +# 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. # -# 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="Setup Networking interfaces, services, etc." + +# +# 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. # -# 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="networking|networking" menu_selection="defaultrouter|defaultrouter" menu_selection="hostname|hostname" menu_selection="nameservers|nameservers" menu_selection="netdev|devices" + +# +# ------------ Items below this line do NOT need i18n translation ------------ # -# 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. # -# 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="networking" Modified: head/usr.sbin/bsdconfig/packages/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/packages/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/packages/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -25,28 +25,32 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# Title that will be shown in the bsdconfig menu. +# menu_title="Packages" + +# +# 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. # -# 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="Install pre-packaged software for FreeBSD" + +# +# 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. # -# 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="packages|packages" + +# +# ------------ Items below this line do NOT need i18n translation ------------ # -# 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. # -# 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="packages" Modified: head/usr.sbin/bsdconfig/password/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/password/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/password/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -26,28 +26,32 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# Title that will be shown in the bsdconfig menu. +# menu_title="Root Password" + +# +# 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. # -# 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="Set the system manager's password" + +# +# 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. # -# 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="password|password" + +# +# ------------ Items below this line do NOT need i18n translation ------------ # -# 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. # -# 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="password" Modified: head/usr.sbin/bsdconfig/security/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/security/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/security/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -26,29 +26,33 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# Title that will be shown in the bsdconfig menu. +# menu_title="Security" + +# +# 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. # -# 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="Set Security Parameters" + +# +# 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. # -# 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="security|security" menu_selection="kern_securelevel|kern_securelevel" + +# +# ------------ Items below this line do NOT need i18n translation ------------ # -# 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. # -# 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="security" Modified: head/usr.sbin/bsdconfig/startup/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/startup/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/startup/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -26,33 +26,37 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# Title that will be shown in the bsdconfig menu. +# menu_title="Startup" + +# +# 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. # -# 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="Set Startup Parameters" + +# +# 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. # -# 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="startup|startup" menu_selection="startup_misc|misc" menu_selection="startup_rcadd|rcadd" menu_selection="startup_rcconf|rcconf" menu_selection="startup_rcdelete|rcdelete" menu_selection="startup_rcvar|rcvar" + +# +# ------------ Items below this line do NOT need i18n translation ------------ # -# 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. # -# 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="startup" Modified: head/usr.sbin/bsdconfig/timezone/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/timezone/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/timezone/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -26,28 +26,32 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# Title that will be shown in the bsdconfig menu. +# menu_title="Timezone" + +# +# 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. # -# 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="Set up Time Zone" + +# +# 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. # -# 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="timezone|timezone" + +# +# ------------ Items below this line do NOT need i18n translation ------------ # -# 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. # -# 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="timezone" Modified: head/usr.sbin/bsdconfig/ttys/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/ttys/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/ttys/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -26,28 +26,32 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# Title that will be shown in the bsdconfig menu. +# menu_title="Ttys" + +# +# 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. # -# 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 Ttys" + +# +# 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. # -# 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="ttys|ttys" + +# +# ------------ Items below this line do NOT need i18n translation ------------ # -# 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. # -# 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="ttys" Modified: head/usr.sbin/bsdconfig/usermgmt/INDEX ============================================================================== --- head/usr.sbin/bsdconfig/usermgmt/INDEX Tue Jun 18 07:36:09 2013 (r251905) +++ head/usr.sbin/bsdconfig/usermgmt/INDEX Tue Jun 18 08:15:56 2013 (r251906) @@ -26,22 +26,25 @@ # $FreeBSD$ # -# Title that will be shown on the bsdconfig menu +# Title that will be shown in the bsdconfig menu. +# menu_title="Login/Group Management" + +# +# 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. # -# 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="Manage system user and/or group information" + +# +# 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. # -# 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="usermgmt|usermgmt" menu_selection="useradd|useradd" menu_selection="useredit|useredit" @@ -50,11 +53,12 @@ menu_selection="groupmgmt|usermgmt" menu_selection="groupadd|groupadd" menu_selection="groupedit|groupedit" menu_selection="groupdel|groupdel" + +# +# ------------ Items below this line do NOT need i18n translation ------------ # -# 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. # -# 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="usermgmt"