[Groonga-commit] droonga/droonga-engine at 378b5f4 [master] Fix path to the service script

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 25 16:48:28 JST 2014


YUKI Hiroshi	2014-09-25 16:48:28 +0900 (Thu, 25 Sep 2014)

  New Revision: 378b5f44caeee334bfcbe1029cf0cd43a457d652
  https://github.com/droonga/droonga-engine/commit/378b5f44caeee334bfcbe1029cf0cd43a457d652

  Message:
    Fix path to the service script

  Modified files:
    install.sh

  Modified: install.sh (+2 -2)
===================================================================
--- install.sh    2014-09-25 16:43:38 +0900 (1c9d7e2)
+++ install.sh    2014-09-25 16:48:28 +0900 (945b933)
@@ -251,8 +251,8 @@ register_service_in_centos() {
   mkdir -p $pid_dir
   chown -R $USER:$GROUP $pid_dir
 
-  curl -o /rc.d/init.d/$NAME $SCRIPT_URL/centos/$NAME
-  chmod +x /rc.d/init.d/$NAME
+  curl -o /etc/rc.d/init.d/$NAME $SCRIPT_URL/centos/$NAME
+  chmod +x /etc/rc.d/init.d/$NAME
   /sbin/chkconfig --add $NAME
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index