summaryrefslogtreecommitdiff
path: root/community/multipath-tools/multipathd.rc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-07 00:01:17 +0000
committerroot <root@rshg054.dnsready.net>2012-04-07 00:01:17 +0000
commit3d65494a8eda056377febda4642ce992e69a9371 (patch)
treedae57e04ca5f7d7490acbde87206eaa62695109d /community/multipath-tools/multipathd.rc
parentd9c1fc1bcca8fd5cd3566fc6b183fe23065778bc (diff)
Sat Apr 7 00:01:16 UTC 2012
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