[PC-BSD Commits] r3690 - pcbsd/trunk/mfsroot-overlay/root
svn at pcbsd.org
svn at pcbsd.org
Mon Mar 30 07:21:09 PST 2009
Author: kris
Date: 2009-03-30 08:21:08 -0700 (Mon, 30 Mar 2009)
New Revision: 3690
Modified:
pcbsd/trunk/mfsroot-overlay/root/.xinitrc
Log:
Disable the screensaver during the install
Modified: pcbsd/trunk/mfsroot-overlay/root/.xinitrc
===================================================================
--- pcbsd/trunk/mfsroot-overlay/root/.xinitrc 2009-03-30 14:44:24 UTC (rev 3689)
+++ pcbsd/trunk/mfsroot-overlay/root/.xinitrc 2009-03-30 15:21:08 UTC (rev 3690)
@@ -9,6 +9,10 @@
2) numlockx off ;;
esac
+# Turn off screensaver
+/usr/local/bin/xset s off
+
+# Run fluxbox in the background
/usr/local/bin/fluxbox &
# Run our setxkbmap tool to set our initial values
More information about the Commits
mailing list