From 822436aa302848f5c12c32a4d6a4dd5d9283b74d Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 19 Jan 2007 22:10:09 +0000 Subject: Fix service binary location generation --- hcid/dbus-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/dbus-service.c') diff --git a/hcid/dbus-service.c b/hcid/dbus-service.c index 8cdcc07c..7bbbf3fc 100644 --- a/hcid/dbus-service.c +++ b/hcid/dbus-service.c @@ -437,7 +437,7 @@ int service_start(struct service *service, DBusConnection *conn) return -1; } - cmdline = g_strdup_printf("%s/bluetoothd_%s %s", + cmdline = g_strdup_printf("%s/bluetoothd-service-%s %s", SERVICEDIR, service->ident, service->opts ? service->opts : ""); -- cgit