* [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
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).