diff options
author | christophe.varoqui@free.fr <christophe.varoqui@free.fr> | 2003-12-30 22:36:17 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:12 -0700 |
commit | 9107fb88ba7a7b2eb09f01e311cdc2b29d04a123 (patch) | |
tree | 28e5c73ad20f5639dbeb701188949a2c38fcf2ec /extras/multipath/Makefile | |
parent | f4dc8d11c22ef72567a2e5c56ac9bae82867189b (diff) |
[PATCH] extras multipath update
2003-12-29 multipath-012
* refresh doc
* add the uninstall target in Makefile
* /sbin/multipath, not /root/multipath in hotplug agent
Diffstat (limited to 'extras/multipath/Makefile')
-rw-r--r-- | extras/multipath/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/multipath/Makefile b/extras/multipath/Makefile index 99036a6a00..3f13532e16 100644 --- a/extras/multipath/Makefile +++ b/extras/multipath/Makefile @@ -55,5 +55,9 @@ install: install -d /etc/hotplug.d/scsi/ install -m 755 multipath.hotplug /etc/hotplug.d/scsi/ +uninstall: + rm /etc/hotplug.d/scsi/multipath.hotplug + rm $(bindir)/$(EXEC) + # Code dependencies main.o: main.c main.h sg_include.h |