#!/bin/sh # # $Id: hid2hci.sh.txt,v 1.1 2006/11/29 14:47:45 fun Exp $ # # PROVIDE: hid2hci # REQUIRE: root # BEFORE: bluetooth $rc_subr_loaded . /etc/rc.subr name="hid2hci" rcvar=$name command="/sbin/${name}" start_cmd="hid2hci_start" stop_cmd=":" hid2hci_start() { echo "Starting ${name}." $command $rc_flags > /dev/null 2>&1 sleep 3 } load_rc_config $name run_rc_command "$1"