summaryrefslogtreecommitdiff
path: root/htdig-run-all
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-01-27 22:44:13 +0000
committerJonas Smedegaard <dr@jones.dk>2002-01-27 22:44:13 +0000
commit554bf21ff2353107d6290c03ebf8eac14889f409 (patch)
treea71b3b7a1b7daa5114aaaff7f78cafac4b0ad875 /htdig-run-all
parent8ddc93bf6bb816de1e279aa8cff379b248cede93 (diff)
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.
Diffstat (limited to 'htdig-run-all')
-rwxr-xr-xhtdig-run-all10
1 files changed, 0 insertions, 10 deletions
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