summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/XX_bootsplash.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-06 11:06:13 +0200
committerDirk von Suchodoletz2008-08-06 11:06:13 +0200
commit8cc05b240567b8d796abd16cc1d43c81aa28f818 (patch)
tree23b2f4a3912c2b55b8976197a15f0ca26f89788a /os-plugins/plugins/bootsplash/XX_bootsplash.sh
parentTrivial fixes/bugs in plugin scripts ... (diff)
downloadcore-8cc05b240567b8d796abd16cc1d43c81aa28f818.tar.gz
core-8cc05b240567b8d796abd16cc1d43c81aa28f818.tar.xz
core-8cc05b240567b8d796abd16cc1d43c81aa28f818.zip
Further cleanup in the plugin files ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1967 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/bootsplash/XX_bootsplash.sh')
-rw-r--r--os-plugins/plugins/bootsplash/XX_bootsplash.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/os-plugins/plugins/bootsplash/XX_bootsplash.sh b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
index 13b022cc..0f973653 100644
--- a/os-plugins/plugins/bootsplash/XX_bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
@@ -1,5 +1,3 @@
-#!/bin/ash
-#
# Copyright (c) 2007..2008 - RZ Uni Freiburg
# Copyright (c) 2008 - OpenSLX GmbH
#
@@ -13,9 +11,9 @@
#
# stage3 part of 'bootsplash' plugin - the runlevel script
#
-. /etc/functions
-. /etc/distro-functions
-[ -d /etc/sysconfig ] && . /etc/sysconfig/config
+# script is included from init via the "." load function - thus it has all
+# variables and functions available
+
if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then
. /initramfs/plugin-conf/bootsplash.conf
if [ $bootsplash_active -ne 0 ]; then