summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2021-04-13 16:56:11 +0000
committerJan Rybar <jrybar@redhat.com>2021-04-13 16:56:11 +0000
commit7dd61b9ccf44a4811ae1257d9ff4fecfd40894bd (patch)
treed39df4d83361122ef2395867010145eff34367d8 /configure.ac
parent2c8287fbd55c5d092370428a1bdbbf0a9fd7d537 (diff)
downloadpolkit-7dd61b9ccf44a4811ae1257d9ff4fecfd40894bd.tar.gz
Revert "Merge branch 'pwithnall/polkit-51-usr-local-share-is-my-homeboy' into 'master'"revert-2c8287fb
This reverts merge request !75
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index e22bf86..4ac2219 100644
--- a/configure.ac
+++ b/configure.ac
@@ -605,9 +605,10 @@ echo "NOTE: The file ${bindir}/pkexec must be owned by root and"
echo " have mode 4755 (setuid root binary)"
echo
-echo "NOTE: The directories:"
-echo " - ${sysconfdir}/polkit-1/rules.d"
-echo " - ${prefix}/local/share/polkit-1/rules.d"
-echo " - ${datadir}/polkit-1/rules.d"
-echo " must be owned by user '$POLKITD_USER' and have mode 700"
+echo "NOTE: The directory ${sysconfdir}/polkit-1/rules.d must be owned"
+echo " by user '$POLKITD_USER' and have mode 700"
+echo
+
+echo "NOTE: The directory ${datadir}/polkit-1/rules.d must be owned"
+echo " by user '$POLKITD_USER' and have mode 700"
echo