hal/hald debug-hald.sh,1.3,1.4 run-hald.sh,1.6,1.7

David Zeuthen david at freedesktop.org
Thu Feb 24 20:52:26 PST 2005


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

Modified Files:
	debug-hald.sh run-hald.sh 
Log Message:
2005-02-24  David Zeuthen  <davidz at redhat.com>

	* configure.in: Add back selinux detection; default to auto

	* tools/linux/add_selinux.c: New file, add selinux attributes the
	Right Way(tm) instead of hardcoding the context (RH bug 135765)

	* tools/linux/Makefile.am: If HAVE_SELINUX is set, add build rules
	for hald-add-selinux-mount-option

	* fdi/policy/10osvendor/20-storage-add-selinux.fdi: New file, invoke
	hald-add-selinux-mount-option (only used if HAVE_SELINUX is 1)

	* tools/linux/hal_hotplug_map.c: Removed (forgot to remove it earlier)



Index: debug-hald.sh
===================================================================
RCS file: /cvs/hal/hal/hald/debug-hald.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- debug-hald.sh	24 Feb 2005 16:50:34 -0000	1.3
+++ debug-hald.sh	25 Feb 2005 04:52:23 -0000	1.4
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export PATH=linux2:linux2/probing:linux2/addons:.:../tools:$PATH
+export PATH=linux2:linux2/probing:linux2/addons:.:../tools:../tools/linux:$PATH
 export HAL_FDI_SOURCE_PREPROBE=../fdi/preprobe
 export HAL_FDI_SOURCE_INFORMATION=../fdi/information
 export HAL_FDI_SOURCE_POLICY=../fdi/policy

Index: run-hald.sh
===================================================================
RCS file: /cvs/hal/hal/hald/run-hald.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- run-hald.sh	24 Feb 2005 16:50:34 -0000	1.6
+++ run-hald.sh	25 Feb 2005 04:52:23 -0000	1.7
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export PATH=linux2:linux2/probing:linux2/addons:.:../tools:$PATH
+export PATH=linux2:linux2/probing:linux2/addons:.:../tools:../tools/linux:$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