#!/bin/sh . /etc/rc.d/functions.rc . /etc/rc.conf for d in $DAEMONS ; do test -x /etc/rc.d/$d && /etc/rc.d/$d start done test -x /etc/rc.local && status_begin running rc.local && /etc/rc.local && status_check