#!/bin/sh
#RC:RUNINRC
#RC:AFTER architecture
#RC:AFTER rcdevfs

# Do traditional (but rather obsolete) rc.local file if it exists.
[ -f /etc/rc.local ] && sh /etc/rc.local
