#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org

FACTORY=50

start() {
	 /usr/sbin/telnetd -l /sbin/manufac_test
}
