summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit-scripts/runitscripts/3
blob: 50b3e92c62c318f3b046b8e395f9a5cd9b9c0136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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