xref: /dragonfly/etc/rc.d/sdpd (revision 926deccb)
1#!/bin/sh
2#
3# $NetBSD: sdpd,v 1.2 2007/03/18 15:53:54 plunky Exp $
4# $DragonFly: src/etc/rc.d/sdpd,v 1.1 2008/01/06 21:51:30 hasso Exp $
5
6# PROVIDE: sdpd
7# REQUIRE: bluetooth
8# BEFORE: LOGIN
9
10$rc_subr_loaded . /etc/rc.subr
11
12name="sdpd"
13rcvar=$name
14command="/usr/sbin/${name}"
15
16load_rc_config $name
17run_rc_command "$1"
18