diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-01-27 22:44:13 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-01-27 22:44:13 +0000 |
commit | 554bf21ff2353107d6290c03ebf8eac14889f409 (patch) | |
tree | a71b3b7a1b7daa5114aaaff7f78cafac4b0ad875 /htdig-init-all | |
parent | 8ddc93bf6bb816de1e279aa8cff379b248cede93 (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-init-all')
-rwxr-xr-x | htdig-init-all | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/htdig-init-all b/htdig-init-all deleted file mode 100755 index d466efe..0000000 --- a/htdig-init-all +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -for lang_dir in da_DK en_US; do - /usr/local/sbin/htdig-init $lang_dir -done |