git://git.onelab.eu
/
sliver-openvswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28318b5
)
Don't log messages to the console by default in Debian package.
author
Ben Pfaff
<blp@nicira.com>
Wed, 23 Jul 2008 21:47:37 +0000
(14:47 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 23 Jul 2008 21:55:04 +0000
(14:55 -0700)
debian/openflow-switch.init
patch
|
blob
|
history
diff --git
a/debian/openflow-switch.init
b/debian/openflow-switch.init
index
2d0ff60
..
0c8a868
100755
(executable)
--- 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