From 8872d863282b0e654a01678b9357c8cb0cde0124 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 3 Nov 2008 10:45:38 -0800 Subject: [PATCH] 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. --- debian/openflow-switch.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2