summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2007-11-17 16:43:25 -0500
committerDavid Zeuthen <davidz@redhat.com>2007-11-17 16:43:25 -0500
commitf631d726602360d16dd8154f88a12754f3af0863 (patch)
treee7ac9704dea47feb851606aa83ca075bd071c3c7 /configure.in
parentc359201a1eabcb308289e2ab9b15caa4365c4e5e (diff)
downloadpolkit-f631d726602360d16dd8154f88a12754f3af0863.tar.gz
add API for overriding defaults and make polkit-action(1) use this API.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1c8cff9..cfc4b98 100644
--- a/configure.in
+++ b/configure.in
@@ -530,6 +530,9 @@ if test "${POLKIT_AUTHDB}" = default ; then
echo "NOTE: The directories ${localstatedir}/run/PolicyKit and ${localstatedir}/lib/PolicyKit will be"
echo " owned by group ${POLKIT_GROUP} and will be mode 770."
echo
+ echo "NOTE: The directory ${localstatedir}/run/PolicyKit-public will be"
+ echo " owned by group ${POLKIT_GROUP} and will be mode 775."
+ echo
echo "NOTE: ${libexecdir}/polkit-read-auth-helper will be owned by"
echo " group ${POLKIT_GROUP} and installed with mode 2755 (setgid binary)."
echo