diff options
| -rw-r--r-- | hcid/Makefile.am | 4 | ||||
| -rw-r--r-- | hcid/bluetooth.conf (renamed from hcid/bluez-hcid.conf) | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/hcid/Makefile.am b/hcid/Makefile.am index 560238c0..4a4f5b42 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -10,7 +10,7 @@ state_DATA =  dbusdir = $(sysconfdir)/dbus-1/system.d -dbus_DATA = bluez-hcid.conf +dbus_DATA = bluetooth.conf  endif  sbin_PROGRAMS = hcid @@ -51,7 +51,7 @@ AM_YFLAGS = -d  CLEANFILES = lexer.c parser.c parser.h -EXTRA_DIST = $(man_MANS) hcid.conf bluez-hcid.conf \ +EXTRA_DIST = $(man_MANS) hcid.conf bluetooth.conf \  	service-record.dtd service-opp.xml dbus-api.txt  MAINTAINERCLEANFILES = Makefile.in diff --git a/hcid/bluez-hcid.conf b/hcid/bluetooth.conf index 0b1fe4b2..94a1d74a 100644 --- a/hcid/bluez-hcid.conf +++ b/hcid/bluetooth.conf @@ -1,5 +1,5 @@  <!-- This configuration file specifies the required security policies -     for BlueZ hcid to work. --> +     for Bluetooth core service to work. -->  <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"   "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> | 
