Date: Fri, 18 Feb 2011 15:52:57 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r218803 - head/usr.sbin/pc-sysinstall/backend-query Message-ID: <201102181552.p1IFqvGT063144@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jpaetzel Date: Fri Feb 18 15:52:57 2011 New Revision: 218803 URL: http://svn.freebsd.org/changeset/base/218803 Log: Remove US as the default layout in backend, let front-ends decide that Submitted by: kmoore Approved by: kib (mentor, implicit) Modified: head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh Modified: head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh ============================================================================== --- head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh Fri Feb 18 15:13:07 2011 (r218802) +++ head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh Fri Feb 18 15:52:57 2011 (r218803) @@ -59,8 +59,6 @@ do done < $XLST -# Display the output, with us English as the first entry -echo "us U.S. English" sort -b -d +1 $TMPLIST # Delete the tmp file
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102181552.p1IFqvGT063144>