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/multipath.hotplug | |
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/multipath.hotplug')
-rw-r--r-- | extras/multipath/multipath.hotplug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/multipath/multipath.hotplug b/extras/multipath/multipath.hotplug index db7894cb99..8d60f4d2c6 100644 --- a/extras/multipath/multipath.hotplug +++ b/extras/multipath/multipath.hotplug @@ -1,3 +1,3 @@ . /etc/hotplug/hotplug.functions sleep 1 -mesg `/root/multipath scsi $DEVPATH` +mesg `/sbin/multipath scsi $DEVPATH` |