summaryrefslogtreecommitdiffstats
path: root/lib/OpenSLX/DistroUtils/InitFile.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-02-11 00:45:43 +0100
committerDirk von Suchodoletz2010-02-11 00:45:43 +0100
commit8366523dedf9197d58c2c7030d98f2b7d470d06c (patch)
tree70639e415c177152a320251bb1b0ede772665028 /lib/OpenSLX/DistroUtils/InitFile.pm
parentsame improvement as rf00b265a but for pbs (diff)
downloadcore-8366523dedf9197d58c2c7030d98f2b7d470d06c.tar.gz
core-8366523dedf9197d58c2c7030d98f2b7d470d06c.tar.xz
core-8366523dedf9197d58c2c7030d98f2b7d470d06c.zip
Cleaning up the runlevel mess of vmware plugin ... Not finished yet.
Diffstat (limited to 'lib/OpenSLX/DistroUtils/InitFile.pm')
-rw-r--r--lib/OpenSLX/DistroUtils/InitFile.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/OpenSLX/DistroUtils/InitFile.pm b/lib/OpenSLX/DistroUtils/InitFile.pm
index a7e5da5d..ab729959 100644
--- a/lib/OpenSLX/DistroUtils/InitFile.pm
+++ b/lib/OpenSLX/DistroUtils/InitFile.pm
@@ -144,10 +144,10 @@ sub setDesc {
}
sub addFunction {
- my $self = shift;
- my $name = shift;
- my $script = shift;
- my $flags = shift || {};
+ my $self = shift;
+ my $name = shift;
+ my $script = shift;
+ my $flags = shift || {};
my $priority = $flags->{priority} || 5;
push(@{$self->{'configHash'}->{'highlevelConfig'}},