[Groonga-commit] groonga/groonga at 1f65c0f [master] rpm: update GRN_JA_SKIP_SAME_VALUE_PUT configuration

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Jan 27 13:50:11 JST 2014


HAYASHI Kentaro	2014-01-27 13:50:11 +0900 (Mon, 27 Jan 2014)

  New Revision: 1f65c0fae4da8db91645276ee6d05e9141be5886
  https://github.com/groonga/groonga/commit/1f65c0fae4da8db91645276ee6d05e9141be5886

  Message:
    rpm: update GRN_JA_SKIP_SAME_VALUE_PUT configuration

  Modified files:
    data/init.d/redhat/groonga-httpd
    data/init.d/redhat/groonga-server-gqtp
    data/init.d/redhat/groonga-server-http
    data/init.d/redhat/sysconfig/groonga-httpd
    data/init.d/redhat/sysconfig/groonga-server-gqtp
    data/init.d/redhat/sysconfig/groonga-server-http

  Modified: data/init.d/redhat/groonga-httpd (+1 -3)
===================================================================
--- data/init.d/redhat/groonga-httpd    2014-01-27 13:35:07 +0900 (d408fcd)
+++ data/init.d/redhat/groonga-httpd    2014-01-27 13:50:11 +0900 (961096d)
@@ -46,9 +46,7 @@ fi
 DAEMON_ARGS=""
 GROONGA_ARGS=""
 
-if [ -n "${GRN_JA_SKIP_SAME_VALUE_PUT}" ]; then
-    export GRN_JA_SKIP_SAME_VALUE_PUT=yes
-fi
+export GRN_JA_SKIP_SAME_VALUE_PUT="${GRN_JA_SKIP_SAME_VALUE_PUT}"
 
 if [ -n "${USER}" ]; then
 	if ! getent passwd | grep -q "^${USER}:"; then

  Modified: data/init.d/redhat/groonga-server-gqtp (+1 -3)
===================================================================
--- data/init.d/redhat/groonga-server-gqtp    2014-01-27 13:35:07 +0900 (33f6220)
+++ data/init.d/redhat/groonga-server-gqtp    2014-01-27 13:50:11 +0900 (091c2ec)
@@ -43,9 +43,7 @@ fi
 DAEMON_ARGS=""
 GROONGA_ARGS="-d"
 
-if [ -n "${GRN_JA_SKIP_SAME_VALUE_PUT}" ]; then
-    export GRN_JA_SKIP_SAME_VALUE_PUT=yes
-fi
+export GRN_JA_SKIP_SAME_VALUE_PUT="${GRN_JA_SKIP_SAME_VALUE_PUT}"
 
 if [ -n "${USER}" ]; then
 	if ! getent passwd | grep -q "^${USER}:"; then

  Modified: data/init.d/redhat/groonga-server-http (+1 -3)
===================================================================
--- data/init.d/redhat/groonga-server-http    2014-01-27 13:35:07 +0900 (96f479f)
+++ data/init.d/redhat/groonga-server-http    2014-01-27 13:50:11 +0900 (557ccc5)
@@ -44,9 +44,7 @@ fi
 DAEMON_ARGS=""
 GROONGA_ARGS="-d"
 
-if [ -n "${GRN_JA_SKIP_SAME_VALUE_PUT}" ]; then
-    export GRN_JA_SKIP_SAME_VALUE_PUT=yes
-fi
+export GRN_JA_SKIP_SAME_VALUE_PUT="${GRN_JA_SKIP_SAME_VALUE_PUT}"
 
 if [ -n "${USER}" ]; then
 	if ! getent passwd | grep -q "^${USER}:"; then

  Modified: data/init.d/redhat/sysconfig/groonga-httpd (+1 -1)
===================================================================
--- data/init.d/redhat/sysconfig/groonga-httpd    2014-01-27 13:35:07 +0900 (e548a6b)
+++ data/init.d/redhat/sysconfig/groonga-httpd    2014-01-27 13:50:11 +0900 (28ef2e5)
@@ -8,4 +8,4 @@
 #QUERY_LOG_PATH=/var/log/groonga/httpd/access.log
 #GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=/usr/share/groonga/synonyms.tsv
 TIMEOUT=3
-#GRN_JA_SKIP_SAME_VALUE_PUT=yes
+GRN_JA_SKIP_SAME_VALUE_PUT=yes

  Modified: data/init.d/redhat/sysconfig/groonga-server-gqtp (+1 -1)
===================================================================
--- data/init.d/redhat/sysconfig/groonga-server-gqtp    2014-01-27 13:35:07 +0900 (100bc0e)
+++ data/init.d/redhat/sysconfig/groonga-server-gqtp    2014-01-27 13:50:11 +0900 (e398515)
@@ -8,4 +8,4 @@
 #QUERY_LOG_PATH=/var/log/groonga/query-gqtp.log
 #PROTOCOL=gqtp
 #GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=/usr/share/groonga/synonyms.tsv
-#GRN_JA_SKIP_SAME_VALUE_PUT=yes
+GRN_JA_SKIP_SAME_VALUE_PUT=yes

  Modified: data/init.d/redhat/sysconfig/groonga-server-http (+1 -1)
===================================================================
--- data/init.d/redhat/sysconfig/groonga-server-http    2014-01-27 13:35:07 +0900 (c6eb005)
+++ data/init.d/redhat/sysconfig/groonga-server-http    2014-01-27 13:50:11 +0900 (65d6102)
@@ -9,4 +9,4 @@
 #PROTOCOL=http
 #GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=/usr/share/groonga/synonyms.tsv
 #TIMEOUT=5
-#GRN_JA_SKIP_SAME_VALUE_PUT=yes
+GRN_JA_SKIP_SAME_VALUE_PUT=yes
-------------- next part --------------
HTML����������������������������...
下載 



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