summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/XX_bootsplash.sh
diff options
context:
space:
mode:
authorMichael Janczyk2008-08-26 16:28:01 +0200
committerMichael Janczyk2008-08-26 16:28:01 +0200
commiteb99285356e20bf0d565a8d5abd95710cea7fdb9 (patch)
tree3e6125eb394b495e211b0e7f753723defadf5a57 /os-plugins/plugins/bootsplash/XX_bootsplash.sh
parentFix for ip configuration (no ip= in cmdline), cleanup. (diff)
downloadcore-eb99285356e20bf0d565a8d5abd95710cea7fdb9.tar.gz
core-eb99285356e20bf0d565a8d5abd95710cea7fdb9.tar.xz
core-eb99285356e20bf0d565a8d5abd95710cea7fdb9.zip
added old libc version to rep.
this ist copied during install into repopath/bootsplash/bin. it is used in stage 4 in /etc/init.d/splashy.stop. corrected path from /etc/$D_INIT... to /etc/init.d/ git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2099 95ad53e4-c205-0410-b2fa-d234c58c8868
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
+