summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/XX_xserver.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-03-06 02:39:45 +0100
committerDirk von Suchodoletz2009-03-06 02:39:45 +0100
commit208bdfbbd9f32e4c50effa4e13af1e5014d7d959 (patch)
tree7e015774a4afa47411bafcf76c8022b9e86f9253 /os-plugins/plugins/xserver/XX_xserver.sh
parentPlugin fixes and hints on future stuff. (diff)
downloadcore-208bdfbbd9f32e4c50effa4e13af1e5014d7d959.tar.gz
core-208bdfbbd9f32e4c50effa4e13af1e5014d7d959.tar.xz
core-208bdfbbd9f32e4c50effa4e13af1e5014d7d959.zip
ModulePath should be enabled when using non-gpl drivers ... (bug of former checkin)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2689 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/XX_xserver.sh')
-rw-r--r--os-plugins/plugins/xserver/XX_xserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh
index 8c493205..07c452f3 100644
--- a/os-plugins/plugins/xserver/XX_xserver.sh
+++ b/os-plugins/plugins/xserver/XX_xserver.sh
@@ -230,7 +230,7 @@ a\ \ InputDevice\ \ "Synaptics TP"\ \ \ \ \ \ "SendCoreEvents"
# ModulePath for proprietary drivers
if [ -n "$xserver_driver" -o "$xserver_prefnongpl" -eq "1" ]; then
- sed -e "s,ModulePath \",ModulePath \"${MODULE_PATH},g" \
+ sed -e "s,^# ModulePath \",ModulePath \"${MODULE_PATH},g" \
-i $xfc
fi