summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/desktop/OpenSLX/Distro/Suse_10_2.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-12-22 23:20:58 +0100
committerDirk von Suchodoletz2008-12-22 23:20:58 +0100
commit9adadc35cfa7ad26995eb5c7016f0421c5f34769 (patch)
treea44440136202ad992abefeae61e17ad0def343b1 /os-plugins/plugins/desktop/OpenSLX/Distro/Suse_10_2.pm
parentSmall fixes for paths to create ... (diff)
downloadcore-9adadc35cfa7ad26995eb5c7016f0421c5f34769.tar.gz
core-9adadc35cfa7ad26995eb5c7016f0421c5f34769.tar.xz
core-9adadc35cfa7ad26995eb5c7016f0421c5f34769.zip
Adding cleanup after X logoff (via Xreset). This removes all user files
from the /tmp directory (avoiding overflows of this directory and hope- fully enhancing system security). Not implemented for all distros yet. (there is a message written to /tmp in "files removed" so the user can check that all temporary data was removed when logging off.) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2448 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/desktop/OpenSLX/Distro/Suse_10_2.pm')
-rw-r--r--os-plugins/plugins/desktop/OpenSLX/Distro/Suse_10_2.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/os-plugins/plugins/desktop/OpenSLX/Distro/Suse_10_2.pm b/os-plugins/plugins/desktop/OpenSLX/Distro/Suse_10_2.pm
index aef62fb1..689485fe 100644
--- a/os-plugins/plugins/desktop/OpenSLX/Distro/Suse_10_2.pm
+++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Suse_10_2.pm
@@ -29,9 +29,9 @@ use OpenSLX::Utils;
sub GDMPathInfo
{
my $self = shift;
-
+
my $pathInfo = $self->SUPER::GDMPathInfo();
-
+
# link gdm.conf-custom instead of gdm.conf
$pathInfo->{config} = '/etc/opt/gnome/gdm/custom.conf';
@@ -41,12 +41,12 @@ sub GDMPathInfo
sub GDMConfigHashForWorkstation
{
my $self = shift;
-
+
my $configHash = $self->SUPER::GDMConfigHashForWorkstation();
$configHash->{'daemon'}->{SessionDesktopDir} =
'/etc/X11/sessions/:/usr/share/xsessions/';
-
+
return $configHash;
-}
+}
1;