#!/bin/sh /etc/rc.common

START='90'

start()
{
	[ -x /etc/rc.local ] || return 0
	log 'Running local boot scripts'
	/etc/rc.local
}