projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77171d0
)
In openflow-switch init script, correct secchan option name.
author
Ben Pfaff
<blp@nicira.com>
Fri, 31 Oct 2008 15:56:51 +0000
(08:56 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 31 Oct 2008 21:09:53 +0000
(14:09 -0700)
debian/openflow-switch.init
patch
|
blob
|
history
diff --git
a/debian/openflow-switch.init
b/debian/openflow-switch.init
index cc5f954a4dd1449bf00af8976b662881856a5087..e6acfa4a62519802a2938675fd59343779396d95 100755
(executable)
--- a/
debian/openflow-switch.init
+++ b/
debian/openflow-switch.init
@@
-238,7
+238,7
@@
case "$1" in
COMMAND_OPT=
if test -n "$COMMANDS"; then
- COMMAND_OPT="--command
s
=$COMMANDS"
+ COMMAND_OPT="--command
-acl
=$COMMANDS"
fi
if test "$MODE" = out-of-band; then