diff options
author | millette <millette@controlyourself.ca> | 2008-11-24 00:33:41 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-24 00:33:41 -0500 |
commit | 07c4547a2fbe7e509f05cdd68a2066c0c0528716 (patch) | |
tree | 149141b1fdc8cb7340a23beed361381ecacda044 | |
parent | 73b9b2535d35f902624663edb33254ad337cd5cb (diff) |
small correction to sphinx scripts (path to sphinx.conf)
darcs-hash:20081124053341-099f7-46d7061034668e06e13626cada88a1a6ac87e163.gz
-rwxr-xr-x | scripts/sphinx-cron.sh | 2 | ||||
-rwxr-xr-x | 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 c0a76228e..9759adbd0 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 b19309959..3311b2ed1 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 |