Blob Blame History Raw
diff -ur sphinx-0.9.9-orig/sphinx.conf.in sphinx-0.9.9/sphinx.conf.in
--- sphinx-0.9.9-orig/sphinx.conf.in	2009-11-07 00:09:58.000000000 +0100
+++ sphinx-0.9.9/sphinx.conf.in	2010-12-11 17:35:07.383729029 +0100
@@ -572,7 +572,7 @@
 	# listen				= 192.168.0.1:9312
 	# listen				= 9312
 	# listen				= /var/run/searchd.sock
-
+	listen					= 127.0.0.1:9312
 
 	# log file, searchd run info is logged here
 	# optional, default is 'searchd.log'
Only in sphinx-0.9.9: sphinx.conf.in~
diff -ur sphinx-0.9.9-orig/sphinx-min.conf.in sphinx-0.9.9/sphinx-min.conf.in
--- sphinx-0.9.9-orig/sphinx-min.conf.in	2009-11-07 00:09:58.000000000 +0100
+++ sphinx-0.9.9/sphinx-min.conf.in	2010-12-11 17:35:25.640860529 +0100
@@ -40,7 +40,7 @@
 
 searchd
 {
-	port					= 9312
+	listen				= 127.0.0.1:9312
 	log						= @CONFDIR@/log/searchd.log
 	query_log				= @CONFDIR@/log/query.log
 	read_timeout			= 5
Only in sphinx-0.9.9: sphinx-min.conf.in~