Date: Thu, 7 Jan 2016 00:42:39 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r293291 - stable/10/usr.sbin/bsdconfig/console Message-ID: <201601070042.u070gd3q068829@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dteske Date: Thu Jan 7 00:42:38 2016 New Revision: 293291 URL: https://svnweb.freebsd.org/changeset/base/293291 Log: MFC r278492: Add "vt_"* aliases to bsdconfig console entries. NB: "syscons_"* kept for backward compatibility Modified: stable/10/usr.sbin/bsdconfig/console/INDEX Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/bsdconfig/console/INDEX ============================================================================== --- stable/10/usr.sbin/bsdconfig/console/INDEX Thu Jan 7 00:40:51 2016 (r293290) +++ stable/10/usr.sbin/bsdconfig/console/INDEX Thu Jan 7 00:42:38 2016 (r293291) @@ -46,6 +46,13 @@ menu_help="Customize system console beha # can be i18n'ed but `command' is the name of a script. # menu_selection="console|console" +menu_selection="vt_font|font" +menu_selection="vt_keymap|keymap" +menu_selection="vt_repeat|repeat" +menu_selection="vt_saver|saver" +menu_selection="vt_screenmap|screenmap" +menu_selection="vt_ttys|ttys" +# For backward compatibility menu_selection="syscons_font|font" menu_selection="syscons_keymap|keymap" menu_selection="syscons_repeat|repeat"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601070042.u070gd3q068829>