hal: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Wed Jul 25 18:02:42 PDT 2007


 hald/debug-hald.sh    |    2 +-
 hald/run-hald.sh      |    2 +-
 hald/valgrind-hald.sh |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
diff-tree bf8be88f49fcbbc9e84929e3aa7cad58679f3353 (from 68eb19a7cf5e31203bf7d1c8728e61afc74975bb)
Author: David Zeuthen <davidz at redhat.com>
Date:   Wed Jul 25 21:02:38 2007 -0400

    the PK policy files move to $datadir from $sysconfdir

diff --git a/hald/debug-hald.sh b/hald/debug-hald.sh
index 7d81989..d7c3206 100755
--- a/hald/debug-hald.sh
+++ b/hald/debug-hald.sh
@@ -30,7 +30,7 @@ export HAL_FDI_SOURCE_PREPROBE=$HALD_TMP
 export HAL_FDI_SOURCE_INFORMATION=$HALD_TMPDIR/share/hal/fdi/information
 export HAL_FDI_SOURCE_POLICY=$HALD_TMPDIR/share/hal/fdi/policy
 export HAL_FDI_CACHE_NAME=$HALD_TMPDIR/hald-local-fdi-cache
-export POLKIT_POLICY_DIR=$HALD_TMPDIR/etc/PolicyKit/policy
+export POLKIT_POLICY_DIR=$HALD_TMPDIR/share/PolicyKit/policy
 
 echo ========================================
 echo Just type \'run\' to start debugging hald
diff --git a/hald/run-hald.sh b/hald/run-hald.sh
index 07ebfe6..44c5173 100755
--- a/hald/run-hald.sh
+++ b/hald/run-hald.sh
@@ -30,7 +30,7 @@ export HAL_FDI_SOURCE_PREPROBE=$HALD_TMP
 export HAL_FDI_SOURCE_INFORMATION=$HALD_TMPDIR/share/hal/fdi/information
 export HAL_FDI_SOURCE_POLICY=$HALD_TMPDIR/share/hal/fdi/policy
 export HAL_FDI_CACHE_NAME=$HALD_TMPDIR/hald-local-fdi-cache
-export POLKIT_POLICY_DIR=$HALD_TMPDIR/etc/PolicyKit/policy
+export POLKIT_POLICY_DIR=$HALD_TMPDIR/share/PolicyKit/policy
 
 ./hald --daemon=no --verbose=yes $@
 #./hald --daemon=no
diff --git a/hald/valgrind-hald.sh b/hald/valgrind-hald.sh
index 32eab92..ab56633 100755
--- a/hald/valgrind-hald.sh
+++ b/hald/valgrind-hald.sh
@@ -30,7 +30,7 @@ export HAL_FDI_SOURCE_PREPROBE=$HALD_TMP
 export HAL_FDI_SOURCE_INFORMATION=$HALD_TMPDIR/share/hal/fdi/information
 export HAL_FDI_SOURCE_POLICY=$HALD_TMPDIR/share/hal/fdi/policy
 export HAL_FDI_CACHE_NAME=$HALD_TMPDIR/hald-local-fdi-cache
-export POLKIT_POLICY_DIR=$HALD_TMPDIR/etc/PolicyKit/policy
+export POLKIT_POLICY_DIR=$HALD_TMPDIR/share/PolicyKit/policy
 
 #valgrind --num-callers=20 --show-reachable=yes --leak-check=yes --tool=memcheck ./hald --daemon=no --verbose=yes $@
 valgrind --show-reachable=yes --tool=memcheck --leak-check=full ./hald --daemon=no --verbose=yes $@


More information about the hal-commit mailing list