From: Ben Pfaff Date: Mon, 3 Nov 2008 18:45:38 +0000 (-0800) Subject: Make COMMANDS option in openflow-switch defaults file work. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8872d863282b0e654a01678b9357c8cb0cde0124;p=sliver-openvswitch.git Make COMMANDS option in openflow-switch defaults file work. The setting was being accidentally ignored, so commands like "reboot", etc. would not work at all. --- diff --git a/debian/openflow-switch.init b/debian/openflow-switch.init index 082ec1588..323c7f81a 100755 --- a/debian/openflow-switch.init +++ b/debian/openflow-switch.init @@ -259,7 +259,7 @@ case "$1" in start-stop-daemon --start --quiet --pidfile $PIDFILE \ --exec $DAEMON -- nl:0 $CONTROLLER --detach --pidfile=$PIDFILE \ --verbose=ANY:console:emer --verbose=ANY:syslog:err --log-file \ - $DAEMON_OPTS $MGMT_OPTS $SSL_OPTS + $DAEMON_OPTS $MGMT_OPTS $SSL_OPTS "$COMMAND_OPT" if running; then echo "$NAME." else