]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
small correction to sphinx scripts (path to sphinx.conf)
authormillette <millette@controlyourself.ca>
Mon, 24 Nov 2008 05:33:41 +0000 (00:33 -0500)
committermillette <millette@controlyourself.ca>
Mon, 24 Nov 2008 05:33:41 +0000 (00:33 -0500)
darcs-hash:20081124053341-099f7-46d7061034668e06e13626cada88a1a6ac87e163.gz

scripts/sphinx-cron.sh
scripts/sphinx-indexer.sh

index c0a76228e5b91c23c2fe8a15cb320648b76d9e08..9759adbd07b83f6798e934ed438f5107a6e22a2a 100755 (executable)
@@ -20,5 +20,5 @@
 # This program tries to start the daemons for Laconica.
 # Note that the 'maildaemon' needs to run as a mail filter.
 
-/usr/local/bin/indexer --config ../sphinx.conf --all --rotate
+/usr/local/bin/indexer --config /usr/local/etc/sphinx.conf --all --rotate
 
index b19309959bfce7b8b5e1340c654f29ea4cb78c2c..3311b2ed140b175a3286c9a12103388eb3af365b 100755 (executable)
@@ -20,5 +20,5 @@
 # This program tries to start the daemons for Laconica.
 # Note that the 'maildaemon' needs to run as a mail filter.
 
-/usr/local/bin/indexer --config ../sphinx.conf --all
+/usr/local/bin/indexer --config /usr/local/etc/sphinx.conf --all