From: Ben Pfaff Date: Thu, 6 Nov 2008 18:07:41 +0000 (-0800) Subject: Fix typo in code to set core limit that broke the openflow-switch init script. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40840f6a54b30ea018d62dc6f68a2f18e87e37d4;p=openvswitch Fix typo in code to set core limit that broke the openflow-switch init script. --- diff --git a/debian/openflow-switch.init b/debian/openflow-switch.init index 1df4ea0b..fcac21f9 100755 --- 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_ops "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: "