diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-08 14:46:46 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-08 14:46:46 +0800 |
commit | d05b8d90ffc1a17e691d97e62578deddd88929eb (patch) | |
tree | f3288ea76e20166e7cf7d7728fd634b32836b13c /sysutils/hal/files/patch-doc_Makefile.in | |
parent | cf2086594a8ee7a5b1d54ec1ffbca691ce6b4908 (diff) | |
download | marcuscom-ports-d05b8d90ffc1a17e691d97e62578deddd88929eb.tar marcuscom-ports-d05b8d90ffc1a17e691d97e62578deddd88929eb.tar.gz marcuscom-ports-d05b8d90ffc1a17e691d97e62578deddd88929eb.tar.bz2 marcuscom-ports-d05b8d90ffc1a17e691d97e62578deddd88929eb.tar.lz marcuscom-ports-d05b8d90ffc1a17e691d97e62578deddd88929eb.tar.xz marcuscom-ports-d05b8d90ffc1a17e691d97e62578deddd88929eb.tar.zst marcuscom-ports-d05b8d90ffc1a17e691d97e62578deddd88929eb.zip |
This has been a LONG time coming, but update hal to 0.5.10, complete with
PolicyKit and ConsoleKit support. Thanks to mezz for testing hal without
PK or CK.
Configuring policies looks to be MUCH easier now. See PolicyKit.conf(5) and
/usr/local/etc/PolicyKit/PolicyKit.conf.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10022 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal/files/patch-doc_Makefile.in')
-rw-r--r-- | sysutils/hal/files/patch-doc_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/hal/files/patch-doc_Makefile.in b/sysutils/hal/files/patch-doc_Makefile.in new file mode 100644 index 000000000..9cd951720 --- /dev/null +++ b/sysutils/hal/files/patch-doc_Makefile.in @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig 2008-01-03 21:41:19.000000000 -0500 ++++ doc/Makefile.in 2008-01-03 21:41:31.000000000 -0500 +@@ -203,7 +203,7 @@ target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + EXTRA_DIST = TODO +-SUBDIRS = api spec man ++SUBDIRS = spec man + MAINTAINERCLEANFILES = \ + *~ \ + Makefile.in |