From: "Christian Bornträger" <christian@borntraeger.net>
To: linux-hotplug@vger.kernel.org
Subject: [patch] hotplug-ng 0.0.1: typo in make uninstall
Date: Fri, 11 Feb 2005 17:48:56 +0000 [thread overview]
Message-ID: <200502111848.56325.christian@borntraeger.net> (raw)
[-- 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
next reply other threads:[~2005-02-11 17:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-11 17:48 Christian Bornträger [this message]
2005-02-11 18:15 ` [patch] hotplug-ng 0.0.1: typo in make uninstall Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200502111848.56325.christian@borntraeger.net \
--to=christian@borntraeger.net \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).