Skip to content

Commit

Permalink
httpd: add missing pid file name
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 23, 2012
1 parent 673423e commit 0be8964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groonga-httpd-conf.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export GROONGA_HTTPD_BIN_PATH="${sbindir}/groonga-httpd"
export GROONGA_HTTPD_CONF_PATH="${pkgsysconfdir}/httpd/groonga-httpd.conf"
export GROONGA_HTTPD_ERROR_LOG_PATH="${localstatedir}/log/groonga/httpd/error.log"
export GROONGA_HTTPD_HTTP_LOG_PATH="${localstatedir}/log/groonga/httpd/access.log"
export GROONGA_HTTPD_PID_PATH="${localstatedir}/run/groonga"
export GROONGA_HTTPD_PID_PATH="${localstatedir}/run/groonga/groonga-httpd.pid"
export GROONGA_HTTPD_DEBUG="@grn_debug@"
export GROONGA_HTTPD_WITH_PCRE="@WITH_PCRE@"
export GROONGA_HTTPD_PCRE_CFLAGS="@PCRE_CFLAGS@"
Expand Down

0 comments on commit 0be8964

Please sign in to comment.