projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77d9bc9
)
Make secchan log to file by default.
author
Ben Pfaff
<blp@nicira.com>
Fri, 31 Oct 2008 20:34:35 +0000
(13:34 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 31 Oct 2008 21:09:53 +0000
(14:09 -0700)
debian/openflow-switch.init
patch
|
blob
|
history
diff --git
a/debian/openflow-switch.init
b/debian/openflow-switch.init
index aac723f0402774d78105b7498993e898928f9b87..082ec1588ea22851779470db54b838e47ae0f073 100755
(executable)
--- a/
debian/openflow-switch.init
+++ b/
debian/openflow-switch.init
@@
-258,8
+258,8
@@
case "$1" in
echo -n "Starting $DESC: "
start-stop-daemon --start --quiet --pidfile $PIDFILE \
--exec $DAEMON -- nl:0 $CONTROLLER --detach --pidfile=$PIDFILE \
- --verbose=ANY:console:emer
$DAEMON_OPTS $MGMT_OPTS $SSL_OPTS
\
- "$COMMAND_OPT"
+ --verbose=ANY:console:emer
--verbose=ANY:syslog:err --log-file
\
+ $DAEMON_OPTS $MGMT_OPTS $SSL_OPTS
if running; then
echo "$NAME."
else