summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/XX_bootsplash.sh
diff options
context:
space:
mode:
authorMichael Janczyk2008-04-07 22:13:25 +0200
committerMichael Janczyk2008-04-07 22:13:25 +0200
commitb1647eeb7c587071fa7340832848af9cb499a60f (patch)
treecc6274a988218ce43ae6699bf1bae19cdbedb709 /os-plugins/plugins/bootsplash/XX_bootsplash.sh
parent* renamed --verbose-level to --log-level to make it more separate from --verb... (diff)
downloadcore-b1647eeb7c587071fa7340832848af9cb499a60f.tar.gz
core-b1647eeb7c587071fa7340832848af9cb499a60f.tar.xz
core-b1647eeb7c587071fa7340832848af9cb499a60f.zip
Bugfix: Removed forgotten quotation mark, which caused a kernel panic :(
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1730 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/bootsplash/XX_bootsplash.sh')
-rw-r--r--os-plugins/plugins/bootsplash/XX_bootsplash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/bootsplash/XX_bootsplash.sh b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
index af3f3e6f..1567ef3a 100644
--- a/os-plugins/plugins/bootsplash/XX_bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
@@ -17,7 +17,7 @@ if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then
d_mkrlscript init splashy.stop "Stopping Splashy ..."
echo -e "\t/var/lib/openslx/bin/splashy_update exit 2>/dev/null \
\n\ttype killall >/dev/null 2>&1 && killall -9 splashy \
- \n\trm -f /var/lib/openslx/bin/splashy_update 2>/dev/null" \
+ \n\trm -f /var/lib/openslx/bin/splashy_update 2>/dev/null \
\n\trm -f /etc/${D_INITDIR}/splashy.stop 2>/dev/null" \
>>/mnt/etc/${D_INITDIR}/splashy.stop
d_mkrlscript close splashy.stop ""