diff init.d/kallithea-daemon-redhat @ 4212:24c0d584ba86 kallithea-2.2.5-rebrand

General renaming to Kallithea
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:06:01 -0400
parents 99ad9d0af1a3
children e285bb7abb28
line wrap: on
line diff
--- a/init.d/kallithea-daemon-redhat	Wed Jul 02 19:05:52 2014 -0400
+++ b/init.d/kallithea-daemon-redhat	Wed Jul 02 19:06:01 2014 -0400
@@ -5,7 +5,7 @@
 
 ##################################################
 #
-# RhodeCode server startup script
+# Kallithea server startup script
 # Recommended default-startup: 2 3 4 5
 # Recommended default-stop: 0 1 6
 #
@@ -26,7 +26,7 @@
 LOG_PATH="/var/log/kallithea/kallithea.log"
 
 # replace this with the path to the virtual environment you
-# made for RhodeCode
+# made for Kallithea
 PYTHON_PATH="/opt/python_virtualenvironments/kallithea-venv"
 
 RUN_AS="kallithea"
@@ -113,9 +113,9 @@
     status_kallithea
     RETVAL=$?
     if [ ! $RETVAL -eq 0 ]; then
-      echo "RhodeCode server is running..."
+      echo "Kallithea server is running..."
     else
-      echo "RhodeCode server is stopped."
+      echo "Kallithea server is stopped."
     fi
     ;;
   restart)