[Erp5-report] r38156 kazuhiko - /erp5/trunk/utils/erp5.recipe.sphinxserver/src/erp5/recipe/...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 6 14:42:44 CEST 2010


Author: kazuhiko
Date: Mon Sep  6 14:42:41 2010
New Revision: 38156

URL: http://svn.erp5.org?rev=38156&view=rev
Log:
typos.

Modified:
    erp5/trunk/utils/erp5.recipe.sphinxserver/src/erp5/recipe/sphinxserver/sphinx.conf.in

Modified: erp5/trunk/utils/erp5.recipe.sphinxserver/src/erp5/recipe/sphinxserver/sphinx.conf.in
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.sphinxserver/src/erp5/recipe/sphinxserver/sphinx.conf.in?rev=38156&r1=38155&r2=38156&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.sphinxserver/src/erp5/recipe/sphinxserver/sphinx.conf.in [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.sphinxserver/src/erp5/recipe/sphinxserver/sphinx.conf.in [utf8] Mon Sep  6 14:42:41 2010
@@ -13,7 +13,7 @@ index erp5
 
 	# index files path and file name, without extension
 	# mandatory, path must be writable, extensions will be auto-appended
-	path			= ${sphinx_data_dir}/erp5
+	path			= ${sphinx_data_directory}/erp5
 
 	# RAM chunk size limit
 	# RT index will keep at most this much data in RAM, then flush to disk
@@ -278,11 +278,11 @@ searchd
 
 	# log file, searchd run info is logged here
 	# optional, default is 'searchd.log'
-	log			= ${sphinx_log_dir}/sphinx-searchd.log
+	log			= ${sphinx_log_directory}/sphinx-searchd.log
 
 	# query log file, all search queries are logged here
 	# optional, default is empty (do not log queries)
-	query_log		= ${sphinx_log_dir}/sphinx-query.log
+	query_log		= ${sphinx_log_directory}/sphinx-query.log
 
 	# client read timeout, seconds
 	# optional, default is 5
@@ -298,7 +298,7 @@ searchd
 
 	# PID file, searchd process ID file name
 	# mandatory
-	pid_file		= ${sphinx_data_dir}/sphinx-searchd.pid
+	pid_file		= ${sphinx_data_directory}/sphinx-searchd.pid
 
 	# max amount of matches the daemon ever keeps in RAM, per-index
 	# WARNING, THERE'S ALSO PER-QUERY LIMIT, SEE SetLimits() API CALL
@@ -342,7 +342,7 @@ searchd
 	# searchd will (try to) log crashed query to 'crash_log_path.PID' file
 	# optional, default is empty (do not create crash logs)
 	#
-	# crash_log_path		= ${sphinx_log_dir}
+	# crash_log_path		= ${sphinx_log_directory}
 
 	# max allowed per-query filter count
 	# optional, default is 256
@@ -397,7 +397,7 @@ searchd
 	# optional, default is build-time configured data directory
 	#
 	# binlog_path		= # disable logging
-	# binlog_path		= ${sphinx_data_dir} # binlog.001 etc will be created there
+	# binlog_path		= ${sphinx_data_directory} # binlog.001 etc will be created there
 
 	# binlog flush/sync mode
 	# 0 means flush and sync every second




More information about the Erp5-report mailing list