[PC-BSD Commits] r3814 - in pbibuild/modules/pxetcs: . overlay-dir/pxeconf/scripts/cardDetect
svn at pcbsd.org
svn at pcbsd.org
Thu Apr 16 06:18:48 PDT 2009
Author: kris
Date: 2009-04-16 06:18:48 -0700 (Thu, 16 Apr 2009)
New Revision: 3814
Modified:
pbibuild/modules/pxetcs/overlay-dir/pxeconf/scripts/cardDetect/XF86Config.compat
pbibuild/modules/pxetcs/overlay-dir/pxeconf/scripts/cardDetect/XF86Config.default
pbibuild/modules/pxetcs/pbi.conf
Log:
Updated pxetcs to 0.9.1, and added our flags for mouse / keyboard to work better on Xorg 7.4
Modified: pbibuild/modules/pxetcs/overlay-dir/pxeconf/scripts/cardDetect/XF86Config.compat
===================================================================
--- pbibuild/modules/pxetcs/overlay-dir/pxeconf/scripts/cardDetect/XF86Config.compat 2009-04-15 22:49:45 UTC (rev 3813)
+++ pbibuild/modules/pxetcs/overlay-dir/pxeconf/scripts/cardDetect/XF86Config.compat 2009-04-16 13:18:48 UTC (rev 3814)
@@ -9,8 +9,8 @@
Section "ServerFlags"
Option "DisableVidModeExtension" "True"
- #Option "NoTrapSignals" "True"
- #Option "DisableModInDev" "True"
+ Option "AutoAddDevices" "False"
+ Option "AllowEmptyInput" "Off"
EndSection
Section "Files"
Modified: pbibuild/modules/pxetcs/overlay-dir/pxeconf/scripts/cardDetect/XF86Config.default
===================================================================
--- pbibuild/modules/pxetcs/overlay-dir/pxeconf/scripts/cardDetect/XF86Config.default 2009-04-15 22:49:45 UTC (rev 3813)
+++ pbibuild/modules/pxetcs/overlay-dir/pxeconf/scripts/cardDetect/XF86Config.default 2009-04-16 13:18:48 UTC (rev 3814)
@@ -9,8 +9,8 @@
Section "ServerFlags"
Option "DisableVidModeExtension" "True"
- #Option "NoTrapSignals" "True"
- #Option "DisableModInDev" "True"
+ Option "AutoAddDevices" "False"
+ Option "AllowEmptyInput" "Off"
EndSection
Section "Files"
Modified: pbibuild/modules/pxetcs/pbi.conf
===================================================================
--- pbibuild/modules/pxetcs/pbi.conf 2009-04-15 22:49:45 UTC (rev 3813)
+++ pbibuild/modules/pxetcs/pbi.conf 2009-04-16 13:18:48 UTC (rev 3814)
@@ -19,7 +19,7 @@
PBIPORT="/usr/ports/net/isc-dhcp30-server/"
# PBI Version - SET to override PBIPORT autoset version
-PBIVERSION="0.9" ; export PBIVERSION
+PBIVERSION="0.9.1" ; export PBIVERSION
# Set to "Auto or NONE" to have the PBI creator auto-populate libs or not
PROGLIBS="Auto"
@@ -36,7 +36,7 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="43"
+BUILDKEY="44"
# Don't build this PBI on certian processors (i386 / amd64)
#ARCHIGNORE="amd64" ; export ARCHIGNORE
More information about the Commits
mailing list