null+****@clear*****
null+****@clear*****
2012年 4月 5日 (木) 12:12:39 JST
Kouhei Sutou 2012-04-05 12:12:39 +0900 (Thu, 05 Apr 2012)
New Revision: 2dbe2b870b85471b06219d50f577257e6e3a7c34
Log:
debian: set missing default values
Modified files:
packages/debian/changelog
packages/debian/groonga-server.init
Modified: packages/debian/changelog (+7 -0)
===================================================================
--- packages/debian/changelog 2012-04-04 21:40:10 +0900 (4fcbe89)
+++ packages/debian/changelog 2012-04-05 12:12:39 +0900 (4910ee6)
@@ -1,3 +1,10 @@
+groonga (2.0.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Set missing default values.
+
+ -- Kouhei Sutou <kou****@clear*****> Sun, 29 Apr 2012 00:00:00 +0900
+
groonga (2.0.1-3) unstable; urgency=low
* Fix default file path: /etc/default/groonga -> /etc/default/groonga-server
Modified: packages/debian/groonga-server.init (+3 -3)
===================================================================
--- packages/debian/groonga-server.init 2012-04-04 21:40:10 +0900 (1f0e884)
+++ packages/debian/groonga-server.init 2012-04-05 12:12:39 +0900 (a04bd62)
@@ -24,9 +24,9 @@ GROUP=groonga
DATABASE=/var/lib/groonga/db/db
ADDRESS=127.0.0.1
PORT=10041
-PROTOCOL=
-LOG_PATH=
-QUERY_LOG_PATH=
+PROTOCOL=http
+LOG_PATH=/var/log/groonga/groonga.log
+QUERY_LOG_PATH=/var/log/groonga/query.log
PIDFILE=/var/run/groonga/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
OPTION_ARGS=""