From 07c4547a2fbe7e509f05cdd68a2066c0c0528716 Mon Sep 17 00:00:00 2001 From: millette Date: Mon, 24 Nov 2008 00:33:41 -0500 Subject: [PATCH] small correction to sphinx scripts (path to sphinx.conf) darcs-hash:20081124053341-099f7-46d7061034668e06e13626cada88a1a6ac87e163.gz --- scripts/sphinx-cron.sh | 2 +- scripts/sphinx-indexer.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sphinx-cron.sh b/scripts/sphinx-cron.sh index c0a76228e5..9759adbd07 100755 --- a/scripts/sphinx-cron.sh +++ b/scripts/sphinx-cron.sh @@ -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 diff --git a/scripts/sphinx-indexer.sh b/scripts/sphinx-indexer.sh index b19309959b..3311b2ed14 100755 --- a/scripts/sphinx-indexer.sh +++ b/scripts/sphinx-indexer.sh @@ -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