Add sdpd(8) (Bluetooth Service Discovery Protocol daemon) and sdpquery(1)
authorHasso Tepper <hasso@dragonflybsd.org>
Sun, 6 Jan 2008 21:51:30 +0000 (21:51 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Sun, 6 Jan 2008 21:51:30 +0000 (21:51 +0000)
commit5dcc9b0168325968f54a3d24b5c1243485999d3e
tree8e6d44c545b5f4c3087cee1a986f4963a55df1c8
parent978400d3b04daf8f91ba8bb2dcc382a37ef632f4
Add sdpd(8) (Bluetooth Service Discovery Protocol daemon) and sdpquery(1)
(SDP query utility). Also add btconfig rc script in progress.

Obtained-from: NetBSD
42 files changed:
etc/Makefile
etc/group
etc/master.passwd
etc/rc.d/Makefile
etc/rc.d/btconfig [new file with mode: 0644]
etc/rc.d/sdpd [new file with mode: 0644]
usr.sbin/Makefile
usr.sbin/sdpd/Makefile [new file with mode: 0644]
usr.sbin/sdpd/bgd.c [new file with mode: 0644]
usr.sbin/sdpd/dun.c [new file with mode: 0644]
usr.sbin/sdpd/ftrn.c [new file with mode: 0644]
usr.sbin/sdpd/hf.c [new file with mode: 0644]
usr.sbin/sdpd/hset.c [new file with mode: 0644]
usr.sbin/sdpd/irmc.c [new file with mode: 0644]
usr.sbin/sdpd/irmc_command.c [new file with mode: 0644]
usr.sbin/sdpd/lan.c [new file with mode: 0644]
usr.sbin/sdpd/log.c [new file with mode: 0644]
usr.sbin/sdpd/log.h [new file with mode: 0644]
usr.sbin/sdpd/main.c [new file with mode: 0644]
usr.sbin/sdpd/opush.c [new file with mode: 0644]
usr.sbin/sdpd/profile.c [new file with mode: 0644]
usr.sbin/sdpd/profile.h [new file with mode: 0644]
usr.sbin/sdpd/provider.c [new file with mode: 0644]
usr.sbin/sdpd/provider.h [new file with mode: 0644]
usr.sbin/sdpd/sar.c [new file with mode: 0644]
usr.sbin/sdpd/scr.c [new file with mode: 0644]
usr.sbin/sdpd/sd.c [new file with mode: 0644]
usr.sbin/sdpd/sdpd.8 [new file with mode: 0644]
usr.sbin/sdpd/server.c [new file with mode: 0644]
usr.sbin/sdpd/server.h [new file with mode: 0644]
usr.sbin/sdpd/sp.c [new file with mode: 0644]
usr.sbin/sdpd/srr.c [new file with mode: 0644]
usr.sbin/sdpd/ssar.c [new file with mode: 0644]
usr.sbin/sdpd/ssr.c [new file with mode: 0644]
usr.sbin/sdpd/sur.c [new file with mode: 0644]
usr.sbin/sdpd/uuid-private.h [new file with mode: 0644]
usr.sbin/sdpd/uuid.c [new file with mode: 0644]
usr.sbin/sdpquery/Makefile [new file with mode: 0644]
usr.sbin/sdpquery/sdpquery.1 [new file with mode: 0644]
usr.sbin/sdpquery/sdpquery.c [new file with mode: 0644]
usr.sbin/sdpquery/sdpquery.h [new file with mode: 0644]
usr.sbin/sdpquery/search.c [new file with mode: 0644]