summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-08-18 23:51:26 +0200
committerDirk von Suchodoletz2009-08-18 23:51:26 +0200
commit806f030970f4e086395e00a4368447c802f2145e (patch)
treed200fd3913dca67ce3cfccc6b1ada2ec900b7db7 /os-plugins
parentFixing an ugly bug Olli pointed out in r3096, r3097 ... (diff)
downloadcore-806f030970f4e086395e00a4368447c802f2145e.tar.gz
core-806f030970f4e086395e00a4368447c802f2145e.tar.xz
core-806f030970f4e086395e00a4368447c802f2145e.zip
No need to use the uclib-wrapper any more (see r3099).
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3100 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
index 68875450..697d4184 100644
--- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
+++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
@@ -130,7 +130,7 @@ sub installationPhase
my $do_stop = unshiftHereDoc(<<' End-of-Here');
/opt/openslx/plugin-repo/bootsplash/bin/splashy shutdown
sleep 1
- uclibc-wrapper /opt/openslx/plugin-repo/bootsplash/bin/splashy_update \
+ /opt/openslx/plugin-repo/bootsplash/bin/splashy_update \
"progress 100" 2>/dev/null
End-of-Here