Author: vines
Date: Wed Jan  2 20:28:16 2013
New Revision: 1427999

URL: http://svn.apache.org/viewvc?rev=1427999&view=rev
Log:
AcCuMULO-824 - tracers after tserver


Modified:
    accumulo/trunk/assemble/scripts/tracer-only-init.sh

Modified: accumulo/trunk/assemble/scripts/tracer-only-init.sh
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/assemble/scripts/tracer-only-init.sh?rev=1427999&r1=1427998&r2=1427999&view=diff
==============================================================================
--- accumulo/trunk/assemble/scripts/tracer-only-init.sh (original)
+++ accumulo/trunk/assemble/scripts/tracer-only-init.sh Wed Jan  2 20:28:16 2013
@@ -37,7 +37,7 @@ fi
 
 install -m 0755 -o root -g root init.d/accumulo-tracer /etc/init.d/
 if [ -e "`which update-rc.d`" ]; then 
-  update-rc.d accumulo-tracer start 21 2 3 4 5 . stop 20 0 1 6 .
+  update-rc.d accumulo-tracer start 22 2 3 4 5 . stop 20 0 1 6 .
 elif [ -e "`which chkconfig`" ]; then
   chkconfig --add accumulo-tracer
 else


Reply via email to