Merge from vendor branch OPENSSH:
[dragonfly.git] / etc / rc.d / sdpd
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
12 name="sdpd"
13 rcvar=$name
14 command="/usr/sbin/${name}"
15
16 load_rc_config $name
17 run_rc_command "$1"