hal/policy/txt Makefile.am,1.2,1.3

David Zeuthen david at kemper.freedesktop.org
Tue Mar 7 20:14:11 PST 2006


Update of /cvs/hal/hal/policy/txt
In directory kemper:/tmp/cvs-serv28520/policy/txt

Modified Files:
	Makefile.am 
Log Message:
2006-03-07  David Zeuthen  <davidz at redhat.com>

        Move libhal-policy to a dedicated package PolicyKit (available in
        HAL CVS).

        * configure.in: Require PolicyKit (available in hal CVS) and don't
        build libhal-policy. Extract some useful POLKIT variables for
        user, group and txtsrc for PolicyKit

        * Makefile.am: Don't build libhal-policy or hal-policy.pc

        * policy/txt/Makefile.am: Use new POLKIT_TXTSRC variable on where
        to install policy

        * tools/Makefile.am: Don't build hal-policy-is-privileged as it is
        obsoleted by PolicyKit's polkit-is-privileged

        * tools/hal-storage-mount.c: Use new libpolkit instead of
        libhal-policy

        * tools/hal-system-power-hibernate,
        tools/hal-system-power-suspend, tools/hal-system-power-reboot,
        tools/hal-system-power-shutdown: Use polkit-is-privileged instead
        of hal-policy-is-privileged

        * libhal-policy/libhal-policy.c, libhal-policy/libhal-policy.h,
        libhal-policy/libhal-policy-test.c, libhal-policy/Makefile.am,
        tools/hal-policy-is-privileged.c, tools/hal-system-storage-mount:
        Remove these files.



Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/policy/txt/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	1 Mar 2006 17:37:49 -0000	1.2
+++ Makefile.am	8 Mar 2006 04:14:09 -0000	1.3
@@ -1,5 +1,5 @@
 
-txtpolicydir = $(sysconfdir)/hal/policy
+txtpolicydir = $(POLKIT_TXTSRC)
 
 dist_txtpolicy_DATA =                              \
 	storage-fixed-mount.policy                 \




More information about the hal-commit mailing list