projects
/
openvswitch
/ 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 2d0ff60f7119bf4efdf110dfd482bc2f5098e4da..0c8a8688e26f9e2ba1bb373de30a00c73f92fdef 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