summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-05 19:26:10 +0200
committerDirk von Suchodoletz2008-08-05 19:26:10 +0200
commit4a0ad227fecb47c3f7ff9800ca9c94222b87364f (patch)
tree27cdc20fdf486553597ca440c8f4e1c72b31db6b /os-plugins/plugins/bootsplash
parentUpdated uclib tools by ssc ... (diff)
downloadcore-4a0ad227fecb47c3f7ff9800ca9c94222b87364f.tar.gz
core-4a0ad227fecb47c3f7ff9800ca9c94222b87364f.tar.xz
core-4a0ad227fecb47c3f7ff9800ca9c94222b87364f.zip
Migration steps for new stage3 in the plugin stage3 scripts (the use of
/etc/sysconfig/config is deprecated) ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1957 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/bootsplash')
-rw-r--r--os-plugins/plugins/bootsplash/XX_bootsplash.sh15
1 files changed, 13 insertions, 2 deletions
diff --git a/os-plugins/plugins/bootsplash/XX_bootsplash.sh b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
index 1567ef3a..13b022cc 100644
--- a/os-plugins/plugins/bootsplash/XX_bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
@@ -1,10 +1,21 @@
-#! /bin/sh
+#!/bin/ash
+#
+# Copyright (c) 2007..2008 - RZ Uni Freiburg
+# Copyright (c) 2008 - OpenSLX GmbH
+#
+# This program/file 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 feedback to feedback@openslx.org
+#
+# General information about OpenSLX can be found at http://openslx.org
#
# stage3 part of 'bootsplash' plugin - the runlevel script
#
. /etc/functions
. /etc/distro-functions
-. /etc/sysconfig/config
+[ -d /etc/sysconfig ] && . /etc/sysconfig/config
if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then
. /initramfs/plugin-conf/bootsplash.conf
if [ $bootsplash_active -ne 0 ]; then