pkgsrc/security/policykit/patches/patch-ad
jmcneill 33380d61b2 Import policykit version 0.9.
PolicyKit is an application-level toolkit for defining and handling the
policy that allows unprivileged processes to speak to privileged processes:
It is a framework for centralizing the decision making process with respect
to granting access to privileged operations for unprivileged applications.
PolicyKit is specifically targeting applications in rich desktop environments
on multi-user UNIX-like operating systems. It does not imply or rely on any
exotic kernel features.
2008-11-22 03:33:38 +00:00

13 lines
587 B
Text

$NetBSD: patch-ad,v 1.1.1.1 2008/11/22 03:33:38 jmcneill Exp $
--- polkitd/Makefile.in.orig 2008-07-22 12:15:07.000000000 -0400
+++ polkitd/Makefile.in
@@ -298,7 +298,7 @@ polkitd_LDADD = \
servicedir = $(datadir)/dbus-1/system-services
service_in_files = org.freedesktop.PolicyKit.service.in
service_DATA = $(service_in_files:.service.in=.service)
-dbusconfdir = $(sysconfdir)/dbus-1/system.d
+dbusconfdir = $(PREFIX)/share/examples/policykit
dbusconf_in_files = org.freedesktop.PolicyKit.conf.in
dbusconf_DATA = $(dbusconf_in_files:.conf.in=.conf)
CLEANFILES = $(BUILT_SOURCES)