summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorMichael Janczyk2008-02-15 23:16:21 +0100
committerMichael Janczyk2008-02-15 23:16:21 +0100
commitbd2a181f04922fb4417b2629dd79b852cedec4c3 (patch)
tree5fe256d042d13020bf87b614f0c0516dce5f8e1d /os-plugins
parenttest commit, splashy seems to be very picky (diff)
downloadcore-bd2a181f04922fb4417b2629dd79b852cedec4c3.tar.gz
core-bd2a181f04922fb4417b2629dd79b852cedec4c3.tar.xz
core-bd2a181f04922fb4417b2629dd79b852cedec4c3.zip
changed runlevel linker stuff. debian needs splashy to term earlier, changed now via variable D_SPLASHY
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1546 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/theme/init-hooks/05-have-kernelvars/theme.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/os-plugins/plugins/theme/init-hooks/05-have-kernelvars/theme.sh b/os-plugins/plugins/theme/init-hooks/05-have-kernelvars/theme.sh
index 440dda12..8212b706 100644
--- a/os-plugins/plugins/theme/init-hooks/05-have-kernelvars/theme.sh
+++ b/os-plugins/plugins/theme/init-hooks/05-have-kernelvars/theme.sh
@@ -14,6 +14,5 @@ if [ ${theme_nosplash} -eq 0 ]; then
/bin/splashy boot 2>/dev/null
# add splashy.stop (XX_theme) to runlevel scripts
- echo 'D_INITSCRIPTS="${D_INITSCRIPTS} splashy.stop"' \
- >> /etc/sysconfig/config
+ export D_SPLASHY=splashy.stop
fi