[Groonga-commit] groonga/groonga at 8c51f63 [master] deb: update GRN_JA_SKIP_SAME_VALUE_PUT configuration

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Jan 27 13:35:07 JST 2014


HAYASHI Kentaro	2014-01-27 13:35:07 +0900 (Mon, 27 Jan 2014)

  New Revision: 8c51f631dfd063d6d19f387b8f54a0f1adc0a6d2
  https://github.com/groonga/groonga/commit/8c51f631dfd063d6d19f387b8f54a0f1adc0a6d2

  Message:
    deb: update GRN_JA_SKIP_SAME_VALUE_PUT configuration
    
    GRN_JA_SKIP_SAME_VALUE_PUT is now enabled in the default.

  Modified files:
    packages/debian/groonga-httpd.default
    packages/debian/groonga-httpd.init
    packages/debian/groonga-server-gqtp.default
    packages/debian/groonga-server-gqtp.init
    packages/debian/groonga-server-http.default
    packages/debian/groonga-server-http.init

  Modified: packages/debian/groonga-httpd.default (+2 -2)
===================================================================
--- packages/debian/groonga-httpd.default    2014-01-27 13:18:58 +0900 (4eeafc4)
+++ packages/debian/groonga-httpd.default    2014-01-27 13:35:07 +0900 (b95fd7e)
@@ -11,5 +11,5 @@
 TIMEOUT=3
 # Comment out this to disable groonga-httpd daemon.
 ENABLE=yes
-# Comment out this to enable to skip updating column for same value.
-#GRN_JA_SKIP_SAME_VALUE_PUT=yes
+# Set "no" to disable to skip updating column for same value.
+GRN_JA_SKIP_SAME_VALUE_PUT=yes

  Modified: packages/debian/groonga-httpd.init (+1 -1)
===================================================================
--- packages/debian/groonga-httpd.init    2014-01-27 13:18:58 +0900 (194b878)
+++ packages/debian/groonga-httpd.init    2014-01-27 13:35:07 +0900 (ad8eb26)
@@ -41,7 +41,7 @@ DEFAULT_FILE=/etc/default/groonga-httpd
 
 [ "$ENABLE" = "yes" ] || exit 0
 
-[ -n "$GRN_JA_SKIP_SAME_VALUE_PUT" ] && export GRN_JA_SKIP_SAME_VALUE_PUT=yes
+export GRN_JA_SKIP_SAME_VALUE_PUT="$GRN_JA_SKIP_SAME_VALUE_PUT"
 
 mkdir -p $(dirname ${PIDFILE})
 

  Modified: packages/debian/groonga-server-gqtp.default (+2 -2)
===================================================================
--- packages/debian/groonga-server-gqtp.default    2014-01-27 13:18:58 +0900 (dbb7eac)
+++ packages/debian/groonga-server-gqtp.default    2014-01-27 13:35:07 +0900 (89ee510)
@@ -11,5 +11,5 @@
 
 # Comment out this to disable groonga daemon.
 ENABLE=yes
-# Comment out this to enable to skip updating column for same value.
-#GRN_JA_SKIP_SAME_VALUE_PUT=yes
+# Set "no" to disable to skip updating column for same value.
+GRN_JA_SKIP_SAME_VALUE_PUT=yes

  Modified: packages/debian/groonga-server-gqtp.init (+1 -1)
===================================================================
--- packages/debian/groonga-server-gqtp.init    2014-01-27 13:18:58 +0900 (5f14a45)
+++ packages/debian/groonga-server-gqtp.init    2014-01-27 13:35:07 +0900 (279b5db)
@@ -42,7 +42,7 @@ DEFAULT_FILE=/etc/default/groonga-server-gqtp
 
 [ "$ENABLE" = "yes" ] || exit 0
 
-[ -n "$GRN_JA_SKIP_SAME_VALUE_PUT" ] && export GRN_JA_SKIP_SAME_VALUE_PUT=yes
+export GRN_JA_SKIP_SAME_VALUE_PUT="$GRN_JA_SKIP_SAME_VALUE_PUT"
 
 DAEMON_ARGS="-d --pid-path ${PIDFILE}"
 if [ -n "${ADDRESS}" ]; then

  Modified: packages/debian/groonga-server-http.default (+2 -2)
===================================================================
--- packages/debian/groonga-server-http.default    2014-01-27 13:18:58 +0900 (bc49d71)
+++ packages/debian/groonga-server-http.default    2014-01-27 13:35:07 +0900 (4ccbc71)
@@ -12,5 +12,5 @@
 
 # Comment out this to disable groonga daemon.
 ENABLE=yes
-# Comment out this to enable to skip updating column for same value.
-#GRN_JA_SKIP_SAME_VALUE_PUT=yes
+# Set "no" to disable to skip updating column for same value.
+GRN_JA_SKIP_SAME_VALUE_PUT=yes

  Modified: packages/debian/groonga-server-http.init (+1 -1)
===================================================================
--- packages/debian/groonga-server-http.init    2014-01-27 13:18:58 +0900 (0793099)
+++ packages/debian/groonga-server-http.init    2014-01-27 13:35:07 +0900 (2e9c96d)
@@ -44,7 +44,7 @@ DEFAULT_FILE=/etc/default/groonga-server-http
 
 [ "$ENABLE" = "yes" ] || exit 0
 
-[ -n "$GRN_JA_SKIP_SAME_VALUE_PUT" ] && export GRN_JA_SKIP_SAME_VALUE_PUT=yes
+export GRN_JA_SKIP_SAME_VALUE_PUT="$GRN_JA_SKIP_SAME_VALUE_PUT"
 
 DAEMON_ARGS="-d --pid-path ${PIDFILE}"
 if [ -n "${ADDRESS}" ]; then
-------------- next part --------------
HTML����������������������������...
Download 



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