From 63b18422c4d65b7988e39d2976a56679dcba530c Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Wed, 12 Aug 2009 09:02:22 +0000 Subject: Small fixes ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3080 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm') diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm index db18f1a4..c370267a 100644 --- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm +++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm @@ -127,7 +127,7 @@ sub installationPhase my $pluginRepoPath = "$self->{pluginRepositoryPath}"; my $initFile = newInitFile(); - my $do_stop = unshiftHereDoc(<<" End-of-Here"); + my $do_stop = unshiftHereDoc(<<" End-of-Here"); /opt/openslx/plugin-repo/bootsplash/bin/splashy shutdown sleep 1 /opt/openslx/plugin-repo/bootsplash/bin/splashy_update \\ @@ -137,6 +137,7 @@ sub installationPhase # add helper function to initfile # first parameter name of the function # second parameter content of the function + $initFile->addFunction('do_start', '# do nothing here'); $initFile->addFunction('do_stop', $do_stop); # place a call of the helper function in the stop block -- cgit v1.2.3-55-g7522