[PC-BSD Commits] r4935 - pcbsd/trunk/mfsroot-overlay/root/cardDetect
svn at pcbsd.org
svn at pcbsd.org
Tue Nov 10 13:11:16 PST 2009
Author: kris
Date: 2009-11-10 13:11:16 -0800 (Tue, 10 Nov 2009)
New Revision: 4935
Modified:
pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.compat
pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.default
Log:
Woops, put that server flag in the right spot
Modified: pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.compat
===================================================================
--- pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.compat 2009-11-10 21:09:19 UTC (rev 4934)
+++ pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.compat 2009-11-10 21:11:16 UTC (rev 4935)
@@ -5,6 +5,9 @@
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
+EndSection
+
+Section "ServerFlags"
Option "AutoAddDevices" "Off"
EndSection
Modified: pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.default
===================================================================
--- pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.default 2009-11-10 21:09:19 UTC (rev 4934)
+++ pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.default 2009-11-10 21:11:16 UTC (rev 4935)
@@ -5,9 +5,12 @@
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
- Option "AutoAddDevices" "Off"
EndSection
+Section "ServerFlags"
+ Option "AutoAddDevices" "Off"
+EndSection
+
Section "Files"
ModulePath "/usr/local/lib/modules"
ModulePath "/usr/local/lib/xorg/modules"
More information about the Commits
mailing list