[PC-BSD Commits] r1966 - pcbsd/trunk/mfsroot-overlay/root
svn at pcbsd.org
svn at pcbsd.org
Sat May 24 07:19:23 PDT 2008
Author: kris
Date: 2008-05-24 07:19:23 -0700 (Sat, 24 May 2008)
New Revision: 1966
Modified:
pcbsd/trunk/mfsroot-overlay/root/.xinitrc
Log:
Updated the .xinitrc file to run the setxkbmap script once before
starting the GUI
Modified: pcbsd/trunk/mfsroot-overlay/root/.xinitrc
===================================================================
--- pcbsd/trunk/mfsroot-overlay/root/.xinitrc 2008-05-24 13:47:22 UTC (rev 1965)
+++ pcbsd/trunk/mfsroot-overlay/root/.xinitrc 2008-05-24 14:19:23 UTC (rev 1966)
@@ -11,6 +11,9 @@
/usr/local/bin/fluxbox &
+# Run our setxkbmap tool to set our initial values
+/usr/local/pcbsd/scripts/PCBSD.SetKeyboard.sh us pc105 off
+
while
i=1
do
More information about the Commits
mailing list