hal/tools Makefile.am,1.21,1.22

Danny Kukawka dkukawka at freedesktop.org
Tue Nov 29 09:57:22 PST 2005


Update of /cvs/hal/hal/tools
In directory gabe:/tmp/cvs-serv19007/tools

Modified Files:
	Makefile.am 
Log Message:
2005-11-29  Danny Kukawka  <danny.kukawka at web.de>

        * hald/Makefile.am, hald/hald.c: (main): Added PATH to the with
        hal distributed scripts to the hald environment PATH.

        * tools/Makefile.am: moved scripts to $(datadir)/hal/scripts to
        remove them from PATH of the root user, because they should only
        be called by hald and not by a user (at least because of
        missing environment variable , normaly set by hald)



Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/tools/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile.am	3 Sep 2005 15:54:17 -0000	1.21
+++ Makefile.am	29 Nov 2005 17:57:19 -0000	1.22
@@ -43,7 +43,9 @@
 endif
 ## FSTAB_SYNC_ENABLED end
 
-sbin_SCRIPTS =                            \
+scriptdir = $(datadir)/hal/scripts
+
+script_SCRIPTS =                         \
 	hal-luks-setup hal-luks-remove    \
 	hal-system-power-suspend          \
 	hal-system-power-hibernate        \




More information about the hal-commit mailing list