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

START=19

start() {
	/usr/shc/factory_ssid start
}

stop() {
	/usr/shc/factory_ssid stop
}
