From eb99285356e20bf0d565a8d5abd95710cea7fdb9 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Tue, 26 Aug 2008 14:28:01 +0000 Subject: 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 --- os-plugins/plugins/bootsplash/XX_bootsplash.sh | 10 +++++----- .../plugins/bootsplash/files/bin/splashy_update.glibc | Bin 0 -> 4048 bytes 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100755 os-plugins/plugins/bootsplash/files/bin/splashy_update.glibc 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 + diff --git a/os-plugins/plugins/bootsplash/files/bin/splashy_update.glibc b/os-plugins/plugins/bootsplash/files/bin/splashy_update.glibc new file mode 100755 index 00000000..0a7be6c8 Binary files /dev/null and b/os-plugins/plugins/bootsplash/files/bin/splashy_update.glibc differ -- cgit v1.2.3-55-g7522