projects
/
invirt/packages/invirt-base.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added all the other quotas for great win.
[invirt/packages/invirt-base.git]
/
files
/
lib
/
init
/
std-init.sh
diff --git
a/files/lib/init/std-init.sh
b/files/lib/init/std-init.sh
index
499dc99
..
855ef23
100644
(file)
--- a/
files/lib/init/std-init.sh
+++ b/
files/lib/init/std-init.sh
@@
-25,9
+25,9
@@
have_reload()
usage_exit()
{
if have_reload; then
usage_exit()
{
if have_reload; then
- echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
- else
echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
+ else
+ echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
fi
exit 3
}
fi
exit 3
}