hal/policy/txt Makefile.am,1.2,1.3
David Zeuthen
david at kemper.freedesktop.org
Tue Mar 7 20:14:11 PST 2006
- Previous message: hal/libhal-policy Makefile.am, 1.3, NONE libhal-policy-test.c, 1.1,
NONE libhal-policy.c, 1.2, NONE libhal-policy.h, 1.1, NONE
- Next message: hal/doc/api/tmpl acpi.sgml, 1.1, 1.2 apm.sgml, 1.1,
1.2 blockdev.sgml, 1.1, 1.2 classdev.sgml, 1.1,
1.2 coldplug.sgml, 1.1, 1.2 config.sgml, 1.1, 1.2 device.sgml,
1.1, 1.2 device_info.sgml, 1.1, 1.2 device_store.sgml, 1.1,
1.2 dlist.sgml, 1.1, 1.2 hal_block.sgml, 1.1, 1.2 hal_ide.sgml,
1.1, 1.2 hal_input.sgml, 1.1, 1.2 hal_monitor.sgml, 1.1,
1.2 hal_net.sgml, 1.1, 1.2 hal_pci.sgml, 1.1,
1.2 hal_scsi.sgml, 1.1, 1.2 hal_usb.sgml, 1.1, 1.2 hald.sgml,
1.1, 1.2 hald_dbus.sgml, 1.1, 1.2 hald_marshal.sgml, 1.1,
1.2 hald_runner.sgml, 1.1, 1.2 hotplug.sgml, 1.1,
1.2 hotplug_helper.sgml, 1.1, 1.2 ids.sgml, 1.1,
1.2 libhal-policy.sgml, 1.1, 1.2 libhal-storage.sgml, 1.1,
1.2 libhal.sgml, 1.1, 1.2 libsysfs.sgml, 1.1,
1.2 linux_dvd_rw_utils.sgml, 1.1, 1.2 logger.sgml, 1.1,
1.2 logging.sgml, 1.1, 1.2 main.sgml, 1.1, 1.2 osspec.sgml,
1.1, 1.2 osspec_linux.sgml, 1.1, 1.2 physdev.sgml, 1.1,
1.2 pmu.sgml, 1.1, 1.2 property.sgml, 1.1, 1.2 runner.sgml,
1.1, 1.2 shared.sgml, 1.1, 1.2 sysfs.sgml, 1.1, 1.2 utils.sgml,
1.1, 1.2 volume_id.sgml, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 \
- Previous message: hal/libhal-policy Makefile.am, 1.3, NONE libhal-policy-test.c, 1.1,
NONE libhal-policy.c, 1.2, NONE libhal-policy.h, 1.1, NONE
- Next message: hal/doc/api/tmpl acpi.sgml, 1.1, 1.2 apm.sgml, 1.1,
1.2 blockdev.sgml, 1.1, 1.2 classdev.sgml, 1.1,
1.2 coldplug.sgml, 1.1, 1.2 config.sgml, 1.1, 1.2 device.sgml,
1.1, 1.2 device_info.sgml, 1.1, 1.2 device_store.sgml, 1.1,
1.2 dlist.sgml, 1.1, 1.2 hal_block.sgml, 1.1, 1.2 hal_ide.sgml,
1.1, 1.2 hal_input.sgml, 1.1, 1.2 hal_monitor.sgml, 1.1,
1.2 hal_net.sgml, 1.1, 1.2 hal_pci.sgml, 1.1,
1.2 hal_scsi.sgml, 1.1, 1.2 hal_usb.sgml, 1.1, 1.2 hald.sgml,
1.1, 1.2 hald_dbus.sgml, 1.1, 1.2 hald_marshal.sgml, 1.1,
1.2 hald_runner.sgml, 1.1, 1.2 hotplug.sgml, 1.1,
1.2 hotplug_helper.sgml, 1.1, 1.2 ids.sgml, 1.1,
1.2 libhal-policy.sgml, 1.1, 1.2 libhal-storage.sgml, 1.1,
1.2 libhal.sgml, 1.1, 1.2 libsysfs.sgml, 1.1,
1.2 linux_dvd_rw_utils.sgml, 1.1, 1.2 logger.sgml, 1.1,
1.2 logging.sgml, 1.1, 1.2 main.sgml, 1.1, 1.2 osspec.sgml,
1.1, 1.2 osspec_linux.sgml, 1.1, 1.2 physdev.sgml, 1.1,
1.2 pmu.sgml, 1.1, 1.2 property.sgml, 1.1, 1.2 runner.sgml,
1.1, 1.2 shared.sgml, 1.1, 1.2 sysfs.sgml, 1.1, 1.2 utils.sgml,
1.1, 1.2 volume_id.sgml, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list