You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2012/05/15 18:13:55 UTC

git commit: fix path in upstart script

Updated Branches:
  refs/heads/master de323c88d -> 65f9c15c6


fix path in upstart script


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/65f9c15c
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/65f9c15c
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/65f9c15c

Branch: refs/heads/master
Commit: 65f9c15c637c7b8b03f6579ac1cd70b0158dbd32
Parents: de323c8
Author: Igor Galić <ig...@apache.org>
Authored: Tue May 15 16:13:29 2012 +0000
Committer: Igor Galić <ig...@apache.org>
Committed: Tue May 15 16:13:29 2012 +0000

----------------------------------------------------------------------
 rc/trafficserver.conf.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/65f9c15c/rc/trafficserver.conf.in
----------------------------------------------------------------------
diff --git a/rc/trafficserver.conf.in b/rc/trafficserver.conf.in
index 2366c4a..e949b72 100644
--- a/rc/trafficserver.conf.in
+++ b/rc/trafficserver.conf.in
@@ -31,4 +31,4 @@ stop on runlevel [06]
 expect fork
 respawn
 
-exec @exp_bindir@/bin/traffic_cop &
+exec @exp_bindir@/traffic_cop &