From 4dd0c5a410c977cf5ce00bec0edc2f54789c4d76 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Wed, 18 Feb 2009 22:25:03 +0000 Subject: bugfix splashy + now /w splashy.shutdown ;) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2610 95ad53e4-c205-0410-b2fa-d234c58c8868 --- .../plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh') diff --git a/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh b/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh index e69900ce..24bdcba4 100644 --- a/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh +++ b/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh @@ -12,6 +12,6 @@ fi if [ ${no_bootsplash} -eq 0 ]; then /bin/splashy boot 2>/dev/null - # add splashy.stop runlevel script - export D_SPLASHY=splashy.stop + # add splashy.boot runlevel script + export D_SPLASHY=splashy.boot fi -- cgit v1.2.3-55-g7522