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

START=99

USE_PROCD=1

start_service() {
       sleep 3;
       /sbin/ifconfig ra0 down
}


