[Groonga-commit] groonga/groonga [master] deb: fix default file path

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 30日 (金) 17:46:05 JST


Kouhei Sutou	2012-03-30 17:46:05 +0900 (Fri, 30 Mar 2012)

  New Revision: 46d4fe9d8b7c5ce16e8a1b8e5874dd50ca8861a5

  Merged 0f086ce: Merge remote-tracking branch 'v2.0.0-package-fix/v2.0.0-package-fix'

  Log:
    deb: fix default file path
    
    /etc/default/groonga -> /etc/default/groonga-server

  Modified files:
    packages/debian/changelog
    packages/debian/groonga-server.init

  Modified: packages/debian/changelog (+6 -0)
===================================================================
--- packages/debian/changelog    2012-03-30 17:42:12 +0900 (022c796)
+++ packages/debian/changelog    2012-03-30 17:46:05 +0900 (a0f6fa9)
@@ -1,3 +1,9 @@
+groonga (2.0.1-3) unstable; urgency=low
+
+  * Fix default file path: /etc/default/groonga -> /etc/default/groonga-server
+
+ -- Kouhei Sutou <kou****@clear*****>  Fri, 30 Mar 2012 00:00:00 +0900
+
 groonga (2.0.1-2) unstable; urgency=low
 
   * Fix bind address argument parameter.

  Modified: packages/debian/groonga-server.init (+3 -1)
===================================================================
--- packages/debian/groonga-server.init    2012-03-30 17:42:12 +0900 (b4f5ee3)
+++ packages/debian/groonga-server.init    2012-03-30 17:46:05 +0900 (b506a4b)
@@ -33,11 +33,13 @@ OPTION_ARGS=""
 START_STOP_DAEMON_ARGS=""
 ENABLE="no"
 
+DEFAULT_FILE=/etc/default/groonga-server
+
 # Exit if the package is not installed
 [ -x "$DAEMON" ] || exit 0
 
 # Read configuration variable file if it is present
-[ -r /etc/default/$NAME ] && . /etc/default/$NAME
+[ -r $DEFAEULT_FILE ] && . $DEFAULT_FILE
 
 [ "$ENABLE" = "yes" ] || exit 0
 




Groonga-commit メーリングリストの案内
Back to archive index