]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/functions
Ein bisschen die Bootscripte bearbeitet!
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / functions
index d50421dfd04f299ecb6889a9c37caa1b399891d2..ec7572d06022febd73c304f3ce11d30a44a95a9f 100644 (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