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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to