summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Wissler2009-06-17 14:42:17 +0200
committerBastian Wissler2009-06-17 14:42:17 +0200
commit66a60c3f0ee4fc5346ff723776191671f81d85c2 (patch)
treead567ac27ac90f3da0e258bfdb7dfe99193275b8
parent* reverting last changes (diff)
downloadcore-66a60c3f0ee4fc5346ff723776191671f81d85c2.tar.gz
core-66a60c3f0ee4fc5346ff723776191671f81d85c2.tar.xz
core-66a60c3f0ee4fc5346ff723776191671f81d85c2.zip
fixed a wrong package-name in xserver::OpenSLX::OSPlugin::Debian
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2961 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/Distro/Debian.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/Distro/Debian.pm b/os-plugins/plugins/xserver/OpenSLX/Distro/Debian.pm
index 2f6e3f7b..29156e60 100644
--- a/os-plugins/plugins/xserver/OpenSLX/Distro/Debian.pm
+++ b/os-plugins/plugins/xserver/OpenSLX/Distro/Debian.pm
@@ -8,11 +8,11 @@
#
# General information about OpenSLX can be found at http://openslx.org/
# -----------------------------------------------------------------------------
-# xserver/OpenSLX/Distro/Ubuntu.pm
-# - provides Ubuntu-specific overrides of the distro API for the xserver
+# xserver/OpenSLX/Distro/Debian.pm
+# - provides Debian-specific overrides of the distro API for the xserver
# plugin.
# -----------------------------------------------------------------------------
-package xserver::OpenSLX::Distro::Ubuntu;
+package xserver::OpenSLX::Distro::Debian;
use strict;
use warnings;