summaryrefslogtreecommitdiff
path: root/community/multipath-tools/multipathd.rc
diff options
context:
space:
mode:
Diffstat (limited to 'community/multipath-tools/multipathd.rc')
-rw-r--r--community/multipath-tools/multipathd.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/multipath-tools/multipathd.rc b/community/multipath-tools/multipathd.rc
index 21ffcaa5a..7f5ef5d6a 100644
--- a/community/multipath-tools/multipathd.rc
+++ b/community/multipath-tools/multipathd.rc
@@ -6,7 +6,7 @@
case "$1" in
start)
stat_busy "Starting multipathd"
- /sbin/multipathd
+ /usr/bin/multipathd
if [ $? -gt 0 ]; then
stat_fail
else