Updated Branches: refs/heads/master d92725e84 -> 0fa3ed9b7
Separate stderr and stdout output from jsvc Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/0fa3ed9b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0fa3ed9b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0fa3ed9b Branch: refs/heads/master Commit: 0fa3ed9b74becc06cd58f2773bc8a534b090508c Parents: d92725e Author: Hugo Trippaers <[email protected]> Authored: Tue Feb 26 18:01:07 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Tue Feb 26 18:01:07 2013 +0100 ---------------------------------------------------------------------- packaging/centos63/cloud-agent.rc | 2 +- packaging/centos63/cloud-usage.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0fa3ed9b/packaging/centos63/cloud-agent.rc ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud-agent.rc b/packaging/centos63/cloud-agent.rc index 65b0cd0..d885dad 100755 --- a/packaging/centos63/cloud-agent.rc +++ b/packaging/centos63/cloud-agent.rc @@ -69,7 +69,7 @@ start() { echo -n $"Starting $PROGNAME: " if hostname --fqdn >/dev/null 2>&1 ; then $JSVC -cp "$CLASSPATH" -pidfile "$PIDFILE" \ - -errfile $LOGDIR/cloudstack-agent.out -outfile $LOGDIR/cloudstack-agent.out $CLASS + -errfile $LOGDIR/cloudstack-agent.err -outfile $LOGDIR/cloudstack-agent.out $CLASS RETVAL=$? echo else http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0fa3ed9b/packaging/centos63/cloud-usage.rc ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud-usage.rc b/packaging/centos63/cloud-usage.rc index bbb5d80..76f0e06 100755 --- a/packaging/centos63/cloud-usage.rc +++ b/packaging/centos63/cloud-usage.rc @@ -81,7 +81,7 @@ start() { echo -n "Starting $PROGNAME" "$SHORTNAME" if daemon --pidfile $PIDFILE $DAEMON -cp "$CLASSPATH" -pidfile "$PIDFILE" -user "$USER" \ - -errfile $LOGDIR/cloudstack-usage.out -outfile $LOGDIR/cloudstack-usage.out -Dpid=$$ $CLASS + -errfile $LOGDIR/cloudstack-usage.err -outfile $LOGDIR/cloudstack-usage.out -Dpid=$$ $CLASS RETVAL=$? then rc=0
