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:26:01 UTC

svn commit: r1477422 - /accumulo/branches/1.5/assemble/scripts/init.d/accumulo-tserver

Author: vines
Date: Tue Apr 30 00:26:01 2013
New Revision: 1477422

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


Modified:
    accumulo/branches/1.5/assemble/scripts/init.d/accumulo-tserver

Modified: accumulo/branches/1.5/assemble/scripts/init.d/accumulo-tserver
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/assemble/scripts/init.d/accumulo-tserver?rev=1477422&r1=1477421&r2=1477422&view=diff
==============================================================================
--- accumulo/branches/1.5/assemble/scripts/init.d/accumulo-tserver (original)
+++ accumulo/branches/1.5/assemble/scripts/init.d/accumulo-tserver Tue Apr 30 00:26:01 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