summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-05 21:13:38 +0200
committerDirk von Suchodoletz2008-08-05 21:13:38 +0200
commit50a1458731f467e545e32e8c8140ee23f14de90f (patch)
tree777031d33115f2748bb9685dff3083e049aee07a /os-plugins
parentFirst try for the new Xorg configuration (xserver plugin). To be (diff)
downloadcore-50a1458731f467e545e32e8c8140ee23f14de90f.tar.gz
core-50a1458731f467e545e32e8c8140ee23f14de90f.tar.xz
core-50a1458731f467e545e32e8c8140ee23f14de90f.zip
Finalizing the renaming of r1949.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1962 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm (renamed from os-plugins/plugins/xserver/OpenSLX/OSPlugin/bindrivers.pm)11
1 files changed, 5 insertions, 6 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/bindrivers.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
index 1dbdd522..3bc34914 100644
--- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/bindrivers.pm
+++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
@@ -8,10 +8,9 @@
#
# General information about OpenSLX can be found at http://openslx.org/
# -----------------------------------------------------------------------------
-# example.pm
-# - an example implementation of the OSPlugin API (i.e. an os-plugin)
+# xserver.pm
# -----------------------------------------------------------------------------
-package OpenSLX::OSPlugin::bindrivers;
+package OpenSLX::OSPlugin::xserver;
use strict;
use warnings;
@@ -31,7 +30,7 @@ sub new
my $class = shift;
my $self = {
- name => 'example',
+ name => 'xserver',
};
return bless $self, $class;
@@ -60,7 +59,7 @@ sub getAttrInfo
# of slxconfig.
return {
# attribute 'active' is mandatory for all plugins
- 'bindrivers::active' => {
+ 'xserver::active' => {
applies_to_systems => 1,
applies_to_clients => 0,
description => unshiftHereDoc(<<' End-of-Here'),
@@ -72,7 +71,7 @@ sub getAttrInfo
},
# plugin specific attributes start here ...
- 'bindrivers::preferred_side' => {
+ 'xserver::preferred_side' => {
applies_to_systems => 1,
applies_to_clients => 0,
description => unshiftHereDoc(<<' End-of-Here'),