From: Ben Pfaff Date: Wed, 23 Jul 2008 21:47:37 +0000 (-0700) Subject: Don't log messages to the console by default in Debian package. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=228617736a94440fc952384cb4fc69a38d398e41;p=openvswitch Don't log messages to the console by default in Debian package. --- diff --git a/debian/openflow-switch.init b/debian/openflow-switch.init index 2d0ff60f..0c8a8688 100755 --- a/debian/openflow-switch.init +++ b/debian/openflow-switch.init @@ -209,7 +209,7 @@ case "$1" in echo -n "Starting $DESC: " start-stop-daemon --start --quiet --pidfile $PIDFILE \ --exec $DAEMON -- nl:0 $CONTROLLER --detach --pidfile=$PIDFILE \ - $DAEMON_OPTS $SSL_OPTS + --verbose=ANY:console:emer $DAEMON_OPTS $SSL_OPTS if running; then echo "$NAME." else