Author: vines
Date: Wed Jan 2 20:29:10 2013
New Revision: 1428002
URL: http://svn.apache.org/viewvc?rev=1428002&view=rev
Log:
ACCUMULO-824 - didn't notice ticket was for 1.4.3 as well, so no merging. oops
Modified:
accumulo/branches/1.4/src/assemble/scripts/tracer-only-init.sh
Modified: accumulo/branches/1.4/src/assemble/scripts/tracer-only-init.sh
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.4/src/assemble/scripts/tracer-only-init.sh?rev=1428002&r1=1428001&r2=1428002&view=diff
==============================================================================
--- accumulo/branches/1.4/src/assemble/scripts/tracer-only-init.sh (original)
+++ accumulo/branches/1.4/src/assemble/scripts/tracer-only-init.sh Wed Jan 2
20:29:10 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