#!/bin/sh
#
if [ -x /etc/rc.d/rc.splash ]; then
  /etc/rc.d/rc.splash stop 1>/dev/null 2>/dev/null
fi
