diff options
author | christophe.varoqui@free.fr <christophe.varoqui@free.fr> | 2004-03-01 23:08:47 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:06 -0700 |
commit | cbd2ea21e4eac53bb95465c7808c723b787a709c (patch) | |
tree | e38067cd57734535d7dfad2438f94d3dfbf04a34 /extras/multipath/multipath.hotplug | |
parent | 534c853df52810b63b126e7e43d051a682829464 (diff) |
[PATCH] multipath update
Diffstat (limited to 'extras/multipath/multipath.hotplug')
-rw-r--r-- | extras/multipath/multipath.hotplug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/multipath/multipath.hotplug b/extras/multipath/multipath.hotplug index 9bab619826..9f44f86c9b 100644 --- a/extras/multipath/multipath.hotplug +++ b/extras/multipath/multipath.hotplug @@ -1,6 +1,7 @@ +#!bin/sh . /etc/hotplug/hotplug.functions # wait for sysfs sleep 1 -mesg `/sbin/multipath scsi $DEVPATH` +mesg `/sbin/multipath $DEVPATH` |