NetBSD/etc/rc.d/sdpd
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

18 lines
248 B
Bash

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