xref: /dragonfly/etc/rc.d/bthcid (revision 91dc43dd)
1#!/bin/sh
2#
3# $NetBSD: bthcid,v 1.1 2006/06/19 15:44:36 gdamore Exp $
4#
5
6# PROVIDE: bthcid
7# REQUIRE: bluetooth
8# BEFORE: LOGIN
9
10. /etc/rc.subr
11
12name="bthcid"
13rcvar=$name
14
15command="/usr/sbin/${name}"
16pidfile="/var/run/${name}.pid"
17
18load_rc_config $name
19run_rc_command "$1"
20