summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-03-11 19:06:04 +0100
committerDirk von Suchodoletz2009-03-11 19:06:04 +0100
commit5aa766c7a7726dcc9e53c0c0d8ae96026ff1d5ef (patch)
tree44607fe6daa516d2868696896412a1041d4e22c7
parentSetting the localization properly ... (diff)
downloadcore-5aa766c7a7726dcc9e53c0c0d8ae96026ff1d5ef.tar.gz
core-5aa766c7a7726dcc9e53c0c0d8ae96026ff1d5ef.tar.xz
core-5aa766c7a7726dcc9e53c0c0d8ae96026ff1d5ef.zip
Small improvements ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2714 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Base.pm2
-rw-r--r--os-plugins/plugins/xserver/XX_xserver.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm
index b560b71b..f33d4825 100644
--- a/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -68,6 +68,8 @@ sub initialize
- /var/opt/openslx
- /var/lib/vmware
- /var/lib/ntp/*
+ - /var/run/*
+ - /var/log/*
+ /var
- /usr/lib/vmware/modules/*
+ /usr
diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh
index db411816..c4676a17 100644
--- a/os-plugins/plugins/xserver/XX_xserver.sh
+++ b/os-plugins/plugins/xserver/XX_xserver.sh
@@ -226,7 +226,7 @@ a\ \ InputDevice\ \ "Synaptics TP"\ \ \ \ \ \ "SendCoreEvents"
# ModulePath for proprietary drivers (otherwise disabled)
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