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-run-all | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 htdig-run-all (limited to 'htdig-run-all') diff --git a/htdig-run-all b/htdig-run-all deleted file mode 100755 index dda25e6..0000000 --- a/htdig-run-all +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -#sites="jones ror retraad_artikler diskurs" -for site in `ls /etc/htdig/*.conf`; do - sites="$sites `basename $site .conf`" -done - -for site in $sites; do - /usr/local/sbin/htdig-run $site $@ -done -- cgit v1.2.3