projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aec165
)
debian: Remove extra space in switch init script.
author
Justin Pettit
<jpettit@nicira.com>
Sat, 29 Jan 2011 02:51:31 +0000
(18:51 -0800)
committer
Justin Pettit
<jpettit@nicira.com>
Sat, 29 Jan 2011 02:51:31 +0000
(18:51 -0800)
debian/openvswitch-switch.init
patch
|
blob
|
history
diff --git
a/debian/openvswitch-switch.init
b/debian/openvswitch-switch.init
index 935ea48e7f4b72f6ddcf3ea9a5e0fb5ca61f2890..7361bf6a6a01d55b63d493f289f7fe3cf8e8a1f1 100755
(executable)
--- a/
debian/openvswitch-switch.init
+++ b/
debian/openvswitch-switch.init
@@
-327,7
+327,7
@@
case "$1" in
if running $daemon; then
echo "running"
else
- echo "
not running."
+ echo "not running."
exit 1
fi
done