You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2013/04/30 02:27:18 UTC

svn commit: r1477423 - in /accumulo/trunk: ./ assemble/ assemble/scripts/init.d/accumulo-tserver

Author: vines
Date: Tue Apr 30 00:27:18 2013
New Revision: 1477423

URL: http://svn.apache.org/r1477423
Log:
ACCUMULO-792 - slightly dated description



Modified:
    accumulo/trunk/   (props changed)
    accumulo/trunk/assemble/   (props changed)
    accumulo/trunk/assemble/scripts/init.d/accumulo-tserver

Propchange: accumulo/trunk/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5:r1477420-1477422

Propchange: accumulo/trunk/assemble/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5/assemble:r1477420-1477422

Modified: accumulo/trunk/assemble/scripts/init.d/accumulo-tserver
URL: http://svn.apache.org/viewvc/accumulo/trunk/assemble/scripts/init.d/accumulo-tserver?rev=1477423&r1=1477422&r2=1477423&view=diff
==============================================================================
--- accumulo/trunk/assemble/scripts/init.d/accumulo-tserver (original)
+++ accumulo/trunk/assemble/scripts/init.d/accumulo-tserver Tue Apr 30 00:27:18 2013
@@ -1,13 +1,13 @@
 #! /bin/sh
 # chkconfig: 2345 21 15
 ### BEGIN INIT INFO
-# Provides:         accumulo-slave
+# Provides:         accumulo-tserver
 # Required-Start:   $network $local_fs hadoop-namenode hadoop-datanode zookeeper-server accumulo-master
 # Required-Stop:    $network $local_fs hadoop-datanode hadoop-namenode zookeeper-server accumulo-master
 # Default-Start:    2 3 4 5
 # Default-Stop:     0 1 6
 # Short-Description: accumulo tserver and logger processes
-# Description:      The accumulo slaves bundle the tserver and logger processes for accumulo
+# Description:      The accumulo tserver process for accumulo
 ### END INIT INFO
 
 # Licensed to the Apache Software Foundation (ASF) under one or more