From 907fd320aa244809ac4d8b831699b2c3d862ce11 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 18 Mar 2009 09:42:22 -0400 Subject: Remove references to FreeIPA from D-BUS interfaces Per discussion with the desktop team, using the org.freedesktop interface name will simplify adoption, as potential users won't feel like they're pulling in a FreeIPA dependency. --- server/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/Makefile.in') diff --git a/server/Makefile.in b/server/Makefile.in index 46b6abd40..0e091de02 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -110,8 +110,8 @@ DBUS_SYSBUS_POLICY_DIR = @sysconfdir@/dbus-1/system.d LIBEXECBINS = sbin/sssd_nss sbin/sssd_dp sbin/sssd_be sbin/sssd_pam ifneq (x$(HAVE_INFOPIPE), x) LIBEXECBINS += sbin/sssd_info - DBUS_SYSBUS_POLICIES = infopipe/org.freeipa.sssd.infopipe.conf - INFP_INTROSPECT_XML = infopipe/org.freeipa.sssd.infopipe.Introspect.xml + DBUS_SYSBUS_POLICIES = infopipe/org.freedesktop.sssd.infopipe.conf + INFP_INTROSPECT_XML = infopipe/org.freedesktop.sssd.infopipe.Introspect.xml endif ifneq (x$(HAVE_POLICYKIT), x) LIBEXECBINS += sbin/sssd_pk -- cgit