linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* small install problem (udev_run_hotplugd)
@ 2005-10-17 22:02 Christian Krause
  2005-10-17 23:13 ` Kay Sievers
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Krause @ 2005-10-17 22:02 UTC (permalink / raw)
  To: linux-hotplug

Hi,

I've found a small problem with the Makefile in
/extras/run_directory/Makefile:

It installs udevd_run_devd as udev_run_devd _and_ as udev_run_hotplugd.
This means, that the correct binary (udev_run_hotplugd) is built but
never installed. Because the wrong udev_run_hotplugd is installed, the
"hotplug compatibility layer" doesn't work anymore and no scripts in
/etc/hotplug/default/ are executed.  In my case hald did not work...


This small patch solves the problem:

diff -uNr udev-070.old/extras/run_directory/Makefile udev-070/extras/run_directory/Makefile
--- udev-070.old/extras/run_directory/Makefile	2005-09-15 01:19:07.000000000 +0200
+++ udev-070/extras/run_directory/Makefile	2005-10-17 23:29:41.000000000 +0200
@@ -47,7 +47,7 @@
 
 install-bin: all
 	$(INSTALL_PROGRAM) udev_run_devd $(DESTDIR)$(sbindir)/udev_run_devd
-	$(INSTALL_PROGRAM) udev_run_devd $(DESTDIR)$(sbindir)/udev_run_hotplugd
+	$(INSTALL_PROGRAM) udev_run_hotplugd $(DESTDIR)$(sbindir)/udev_run_hotplugd
 .PHONY: install-bin
 
 uninstall-bin:


Best regards,
Christian


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-17 23:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-17 22:02 small install problem (udev_run_hotplugd) Christian Krause
2005-10-17 23:13 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).