Ein bisschen die Bootscripte bearbeitet!

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@392 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-01-17 21:17:36 +00:00
parent 48536f497f
commit 378cbbe0c8
5 changed files with 195 additions and 10 deletions

View File

@@ -679,4 +679,15 @@ log_warning_msg() {
return 0
}
animate()
{
if [ $# = 0 ]
then
echo "Usage: animate {hook}"
exit 1
fi
splash "$*"
}
# End $rc_base/init.d/functions