summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/theme/init-hooks
diff options
context:
space:
mode:
authorMichael Janczyk2008-02-16 00:10:13 +0100
committerMichael Janczyk2008-02-16 00:10:13 +0100
commit19f2c9b671a5e39040c0383e3639dcca288dc216 (patch)
tree6bca043f9ebdd46709cd9a8dc65c93a6962c6b0e /os-plugins/plugins/theme/init-hooks
parentchanged runlevel linker stuff. debian needs splashy to term earlier, changed ... (diff)
downloadcore-19f2c9b671a5e39040c0383e3639dcca288dc216.tar.gz
core-19f2c9b671a5e39040c0383e3639dcca288dc216.tar.xz
core-19f2c9b671a5e39040c0383e3639dcca288dc216.zip
added D_SPLASHY variable to all systems, variable will be written in XX_theme.sh, if theme_nosplash -eq 0
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1547 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/theme/init-hooks')
-rw-r--r--os-plugins/plugins/theme/init-hooks/05-have-kernelvars/theme.sh8
1 files changed, 1 insertions, 7 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 8212b706..e2f8f089 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
@@ -9,10 +9,4 @@ else
export theme_nosplash=1
fi
-if [ ${theme_nosplash} -eq 0 ]; then
- # start splashy
- /bin/splashy boot 2>/dev/null
-
- # add splashy.stop (XX_theme) to runlevel scripts
- export D_SPLASHY=splashy.stop
-fi
+[ ${theme_nosplash} -eq 0 ] && /bin/splashy boot 2>/dev/null