* [patch] hotplug-ng 0.0.1: typo in make uninstall
@ 2005-02-11 17:48 Christian Bornträger
2005-02-11 18:15 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Christian Bornträger @ 2005-02-11 17:48 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 105 bytes --]
Trivial fix for a typo in the hotplug-ng Makefile
the usb agent was removed twice, the scsi agent never.
[-- Attachment #2: remove.diff --]
[-- Type: text/x-diff, Size: 494 bytes --]
diff -Nurp hotplug-ng-001/Makefile new/Makefile
--- hotplug-ng-001/Makefile 2005-02-11 00:40:02.000000000 +0100
+++ new/Makefile 2005-02-11 18:45:46.000000000 +0100
@@ -316,7 +316,7 @@ uninstall:
- rm $(sbindir)/$(ROOT)
- rm $(sbindir)/$(MODULE_USB)
- rm $(sbindir)/$(MODULE_PCI)
- - rm $(sbindir)/$(MODULE_USB)
+ - rm $(sbindir)/$(MODULE_SCSI)
- rm $(hotplugdir)/usb/$(MODULE_USB).hotplug
- rm $(hotplugdir)/pci/$(MODULE_PCI).hotplug
- rm $(hotplugdir)/scsi/$(MODULE_SCSI).hotplug
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch] hotplug-ng 0.0.1: typo in make uninstall
2005-02-11 17:48 [patch] hotplug-ng 0.0.1: typo in make uninstall Christian Bornträger
@ 2005-02-11 18:15 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2005-02-11 18:15 UTC (permalink / raw)
To: linux-hotplug
On Fri, Feb 11, 2005 at 06:48:56PM +0100, Christian Borntr?ger wrote:
> Trivial fix for a typo in the hotplug-ng Makefile
> the usb agent was removed twice, the scsi agent never.
Applied to the tree, thanks.
greg k-h
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click
_______________________________________________
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-02-11 18:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-11 17:48 [patch] hotplug-ng 0.0.1: typo in make uninstall Christian Bornträger
2005-02-11 18:15 ` Greg KH
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).