#!/bin/sh for i in `seq 30` do echo " " > /dev/tty1 done if [ -f /lib/splash/cache/daemon.pid ] then pid=`cat /lib/splash/cache/daemon.pid` kill -9 $pid 2>/dev/null fi export PREVLEVEL=3 /etc/rc.shutdown