NetBSD/etc/rc.d/bthcid
wiz 7163aafc26 Fix typo in sdpd, reported by Jukka Salmi in PR 43401.
This also affected bthcid, so I also fixed it there.
2010-06-01 21:08:13 +00:00

20 lines
286 B
Bash

#!/bin/sh
#
# $NetBSD: bthcid,v 1.2 2010/06/01 21:08:13 wiz Exp $
#
# PROVIDE: bthcid
# REQUIRE: bluetooth
# BEFORE: LOGIN
$_rc_subr_loaded . /etc/rc.subr
name="bthcid"
rcvar=$name
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
load_rc_config $name
run_rc_command "$1"