projects
/
multipath-tools
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f429fe0
)
multipath.init.suse: Update usage message
author
Hannes Reinecke
<hare@suse.de>
Tue, 8 Jan 2013 13:54:12 +0000
(14:54 +0100)
committer
Christophe Varoqui
<christophe.varoqui@opensvc.com>
Tue, 8 Jan 2013 23:21:44 +0000
(
00:21
+0100)
The usage message in multipath.init.suse doesn't list 'reload'.
And 'reload' is a misnomer, as it's actually a restart.
So rename 'reload' to 'restart' and add to the usage message.
Signed-off-by: Hannes Reinecke <hare@suse.de>
multipath/multipath.init.suse
patch
|
blob
|
history
diff --git
a/multipath/multipath.init.suse
b/multipath/multipath.init.suse
index
c7cd5c7
..
de1cc1f
100644
(file)
--- a/
multipath/multipath.init.suse
+++ b/
multipath/multipath.init.suse
@@
-146,12
+146,12
@@
case "$1" in
fi
rc_status -v
;;
- re
load
)
+ re
start
)
$0 stop
$0 start
;;
*)
- echo "Usage: $0 {start|stop|status}"
+ echo "Usage: $0 {start|stop|status
|restart
}"
exit 1
;;
esac