From e303cdc1b5f24a71d9e0fea0214f992bcff981d7 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 25 Mar 2008 20:21:34 +0000 Subject: Writing distro specific runlevel scripts the trivial way. Should be improved and generalized (to be usable for other plugins too, see #211) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1691 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/OpenSLX/Distro/debian.pm | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 os-plugins/plugins/vmware/OpenSLX/Distro/debian.pm (limited to 'os-plugins/plugins/vmware/OpenSLX/Distro/debian.pm') diff --git a/os-plugins/plugins/vmware/OpenSLX/Distro/debian.pm b/os-plugins/plugins/vmware/OpenSLX/Distro/debian.pm new file mode 100644 index 00000000..32a3d4bd --- /dev/null +++ b/os-plugins/plugins/vmware/OpenSLX/Distro/debian.pm @@ -0,0 +1,31 @@ +# Copyright (c) 2008 - OpenSLX GmbH +# +# This program is free software distributed under the GPL version 2. +# See http://openslx.org/COPYING +# +# If you have any feedback please consult http://openslx.org/feedback and +# send your suggestions, praise, or complaints to feedback@openslx.org +# +# General information about OpenSLX can be found at http://openslx.org/ +# ----------------------------------------------------------------------------- +# debian.pm +# - provides Debian-specific overrides of the OpenSLX Distro API for the +# desktop plugin. +# ----------------------------------------------------------------------------- +package OpenSLX::Distro::debian; + +use strict; +use warnings; + +use base qw(OpenSLX::Distro::Base); + +use OpenSLX::Basics; +use OpenSLX::Utils; + +################################################################################ +### interface methods +################################################################################ + +### Erbe von Ubuntu! + +1; \ No newline at end of file -- cgit v1.2.3-55-g7522