summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/XX_bootsplash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/bootsplash/XX_bootsplash.sh')
-rw-r--r--os-plugins/plugins/bootsplash/XX_bootsplash.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/os-plugins/plugins/bootsplash/XX_bootsplash.sh b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
index 32c97837..4bd340fb 100644
--- a/os-plugins/plugins/bootsplash/XX_bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
@@ -20,13 +20,13 @@ if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then
if [ ${no_bootsplash} -eq 0 ]; then
# create a runlevelscript that will stop splashy before the start of KDM
d_mkrlscript init splashy.stop "Stopping Splashy ..."
- echo -e "\tLD_PRELOAD=/opt/openslx/plugin-repo/bootsplash/lib \
- opt/openslx/plugin-repo/bootsplash/bin/splashy_update \
- exit 2>/dev/null \
+ echo -e "\t/opt/openslx/plugin-repo/bootsplash/bin/splashy_update.glibc\
+ exit 2>/dev/null \
\n\ttype killall >/dev/null 2>&1 && killall -9 splashy \
- \n\trm -f /etc/${D_INITDIR}/splashy.stop 2>/dev/null" \
- >>/mnt/etc/${D_INITDIR}/splashy.stop
+ \n\trm -f /etc/init.d/splashy.stop 2>/dev/null" \
+ >>/mnt/etc/init.d/splashy.stop
d_mkrlscript close splashy.stop ""
fi
fi
fi
+