hal/hald run-hald.sh,1.9,1.10

David Zeuthen david at freedesktop.org
Thu Feb 9 08:32:26 PST 2006


Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv6499/hald

Modified Files:
	run-hald.sh 
Log Message:
2006-02-09  David Zeuthen  <davidz at redhat.com>

        * hald-runner/runner.c (run_request_run): Print out some useful
        debug information

        * hald/linux2/addons/addon-keyboard.c (main): Don't set button.type
        or button.has_state as these are merged from the fdi file.

        * hald/run-hald.sh: Use absolute paths in HALD_RUNNER_PATH and PATH
        cuz otherwise helpers won't get invoked...

        * fdi/policy/10osvendor/Makefile.am: Add 10-keyboard-policy.fdi

        * fdi/policy/10osvendor/10-keyboard-policy.fdi: Forgot to add file.
        Also from Matthew Garrett <mjg59 at srcf.ucam.org>. Tweak file to
        merge button.type and button.has_state instead of setting



Index: run-hald.sh
===================================================================
RCS file: /cvs/hal/hal/hald/run-hald.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- run-hald.sh	21 Jan 2006 16:54:04 -0000	1.9
+++ run-hald.sh	9 Feb 2006 16:32:24 -0000	1.10
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-export HALD_RUNNER_PATH=linux2:linux2/probing:linux2/addons:.:../tools:../tools/linux
-export PATH=../hald-runner:$PATH
+export HALD_RUNNER_PATH=`pwd`/linux2:`pwd`/linux2/probing:`pwd`/linux2/addons:`pwd`/.:`pwd`/../tools:`pwd`/../tools/linux
+export PATH=`pwd`/../hald-runner:$PATH
 export HAL_FDI_SOURCE_PREPROBE=../fdi/preprobe
 export HAL_FDI_SOURCE_INFORMATION=../fdi/information
 export HAL_FDI_SOURCE_POLICY=../fdi/policy




More information about the hal-commit mailing list