projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91bdbe0
)
Fix typo in code to set core limit that broke the openflow-switch init script.
author
Ben Pfaff
<blp@nicira.com>
Thu, 6 Nov 2008 18:07:41 +0000
(10:07 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 6 Nov 2008 18:07:41 +0000
(10:07 -0800)
debian/openflow-switch.init
patch
|
blob
|
history
diff --git
a/debian/openflow-switch.init
b/debian/openflow-switch.init
index 1df4ea0b951bd0f6ff6999d3304f7329e651bb78..fcac21f9136c8f60a25d602428d7245c9991dba8 100755
(executable)
--- a/
debian/openflow-switch.init
+++ b/
debian/openflow-switch.init
@@
-257,7
+257,7
@@
case "$1" in
fi
if test -n "$CORE_LIMIT"; then
- check_op
s
"Setting core limit to $CORE_LIMIT" ulimit -c "$CORE_LIMIT"
+ check_op "Setting core limit to $CORE_LIMIT" ulimit -c "$CORE_LIMIT"
fi
echo -n "Starting $DESC: "