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

START=99
boot() {
	# process user commands
	[ -f /etc/rc.local ] && {
		sh /etc/rc.local
	}
}
