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

START=97
STOP=10

start()
{
	/etc/init.d/samba boot
}

stop()
{
	/sbin/usb_pre_reboot.sh system_reboot
}
