summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-14 19:48:02 +0200
committerDirk von Suchodoletz2008-08-14 19:48:02 +0200
commit195e65f0428147b879fcad71e7151ca9dc7cbd14 (patch)
treece0dd8cac22910319e5391b7125aef0b0629d4da /os-plugins
parent* added checking of attributes to installation stage of plugins, (diff)
downloadcore-195e65f0428147b879fcad71e7151ca9dc7cbd14.tar.gz
core-195e65f0428147b879fcad71e7151ca9dc7cbd14.tar.xz
core-195e65f0428147b879fcad71e7151ca9dc7cbd14.zip
Problem with the xserver module on SuSE10.2 should be fixed this way.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2043 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/Distro/Suse_10_2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/Distro/Suse_10_2.pm b/os-plugins/plugins/xserver/OpenSLX/Distro/Suse_10_2.pm
index 80069c13..47ffd310 100644
--- a/os-plugins/plugins/xserver/OpenSLX/Distro/Suse_10_2.pm
+++ b/os-plugins/plugins/xserver/OpenSLX/Distro/Suse_10_2.pm
@@ -12,7 +12,7 @@
# - provides SUSE-specific overrides of the Distro API for the xserver
# plugin.
# -----------------------------------------------------------------------------
-package xserver::OpenSLX::Distro::Suse;
+package xserver::OpenSLX::Distro::Suse_10_2;
use strict;
use warnings;