This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 5908c00  Enable stdout logging on FreeBSD
5908c00 is described below

commit 5908c0093a6225c6b8b6d50469e0e92187840136
Author: Ask Bjørn Hansen <[email protected]>
AuthorDate: Thu Sep 5 15:54:55 2019 -0700

    Enable stdout logging on FreeBSD
    
    (cherry picked from commit cda2d845e638011e4c4854c4e3b355b48a43cdc5)
---
 rc/trafficserver.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc/trafficserver.in b/rc/trafficserver.in
index 63539e8..2d4e648 100644
--- a/rc/trafficserver.in
+++ b/rc/trafficserver.in
@@ -331,7 +331,7 @@ case "$1" in
             echo "Starting ${TS_PACKAGE_NAME}"
             name="$TM_NAME"
             command="/usr/sbin/daemon"
-            command_args="$TM_DAEMON $TM_DAEMON_ARGS"
+            command_args="-o $STDOUTLOG $TM_DAEMON $TM_DAEMON_ARGS"
             pidfile="$TM_PIDFILE"
             run_rc_command "$1"
         else

Reply via email to