From 554bf21ff2353107d6290c03ebf8eac14889f409 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 27 Jan 2002 22:44:13 +0000 Subject: Major overhaul of localwebsearch: - Remove unused run-mode options. - Added run-mode "initprep" that marks next run as a full run (inspired by new design of htdig cron routines). - Properly structure run-modes, and use individual lockfiles for each WEBDIR. - Remove leftover stuff from localwebstats. --- htdig-init | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 htdig-init (limited to 'htdig-init') diff --git a/htdig-init b/htdig-init deleted file mode 100755 index 724d7ce..0000000 --- a/htdig-init +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -htbin=/usr/bin -lib_dir=/usr/local/lib/htdig -db_dir=/var/local/lib/htdig - -lang=$1 - -conffile=$lib_dir/template_$lang.conf -$htbin/htdig -v -i -c $conffile -$htbin/htmerge -v -c $conffile -mkdir -p $db_dir/lang/$lang -$htbin/htfuzzy -v -c $conffile endings soundex metaphone synonyms -- cgit v1.2.3