summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-11tar needs to be executed from a readable directory, even if target dir is ↵Jonas Smedegaard
set (found out when running from /root).localezcreate
2002-02-05Misc updates tp localwebstats.Jonas Smedegaard
2002-01-27Add ModLogAn support.Jonas Smedegaard
Sort log lists (what a bummer!).
2002-01-27Major overhaul of localwebsearch:Jonas Smedegaard
- 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.
2002-01-27Small tweaks to localwebstats:Jonas Smedegaard
- Include configfile path in error when config can't be loaded. - More DEBUG status messages. - Small cleanups here and there.
2002-01-27Misc. bugfixes and tweaks to localrundig:Jonas Smedegaard
- Be less strict on filename characters. - Remove debug mess. - Use LOCALDBDIR consistently (prepare for passing on to upstream by simply s/(LOCAL|local)//. - Separate static and semi-static (generate-once) language files from db files.
2002-01-27Only deregister found files (filenames sometimes change from old to new ↵Jonas Smedegaard
package).
2002-01-27Only register files once (on interrupted installs same files are possibly ↵Jonas Smedegaard
installed multiple times).
2002-01-25Delete localwebstats-all, Add whois-dk.Jonas Smedegaard
2002-01-24Re-rename badly renamed vpopmail2postfixvirtual to localmkpostfixvirtual.Jonas Smedegaard
2002-01-23Correct (and comment out for now) ezpasswd entry. Correct parameter limit ↵Jonas Smedegaard
check. Add example to usage.
2002-01-23Bring localezcreate up-to-date with ezpublish 2.2.3-0.0.1. Correct apache ↵Jonas Smedegaard
config. Correct usage output.
2002-01-21Changes to localrundig and begin work on localwebsearch (works from cron only).Jonas Smedegaard
2002-01-21Add localrundig (copy of rundig from htdig 3.1.6-0.snapshot011118).Jonas Smedegaard
2002-01-17localwebstats: use find instead of ls (no complaints with empty result).Jonas Smedegaard
2002-01-14Several changes to localwebstats:Jonas Smedegaard
- Exit on error. - Have all functions equally expect options LOGROOT, WEBROOT and WEBSITE (in that order). - Don't exit on empty LOGDATARESOLVED. - Add hooks for functions pre_init, pre_update, post_init and post_update. - Remove last traces of logfiles, logfilesgz, logfilesresolved and logfilesresolvedgz functions. - Corrections to webdirs function.
2002-01-09localwebstats: Put AWStats cache files in STATSDIR, so it is purged on init.Jonas Smedegaard
2002-01-09localwebstats: Ooops - forgot to remove debug mess.Jonas Smedegaard
2002-01-09localwebstats updates:Jonas Smedegaard
- CACHEFILE option before LOGDATA option (probably makes no difference, but better be safe than sorry). - set LANGUAGE ENGLISH on rmagic update (not only init).
2002-01-09localwebstats updates:Jonas Smedegaard
- Add support for Report Magic (in english...). - Force overwrite of LOGDATA gzip'ing.
2002-01-09localwebstats: gzip LOGDATA after use. Have AWStats use LOGDATATMP as much ↵Jonas Smedegaard
as possible.
2002-01-09Several updates to localwebstats:Jonas Smedegaard
- Include *.local config files on init. Remove option reset. - Improve webdirs() function. - Add logcontent* functions and reorder logfile* functions to reflect the order they are used. - Rename LOGDATA* output filenames to be more obvious. - Make sure output is generated even if last pool of data is empty. - Avoid using DB features of jdresolve - they are broken currently, it seems.
2002-01-04Major overhaul of localwebstats:Jonas Smedegaard
* Correctly split reset and update runs. * Improve awstats defaults. * Make sure all LOGDATA files are (at least) touched before use. * Remove double -Q Webalizer option. * Added option "init" that does a reset and overwrites config files to default values. * Replace inline `cmd` commands with the (as I understand it) newer $(cmd) variant. * Replace ${var} with the simpler $var. * Replace == tests with sh-compliant =. * Add variable STATSDIR and remove WEBDIR. * Put all binaries as variables in top of script (but below configurable ones). * No longer make symlinks into website (doesn't work well, and I have switched to using a separate stats website instead).
2002-01-04Spit out reason when exiting, add new hints LOGFILESRESOLVED and ↵Jonas Smedegaard
LOGFILESRESOLVEDGZ, and support empty output of logfile hints
2002-01-04localwebstats: Add another debug message.Jonas Smedegaard
2002-01-02quote output of getent.Jonas Smedegaard
2001-12-13volinit-netatalk: Improve uid check and fallback to default user and group.Jonas Smedegaard
2001-12-13Cleanup of volinit-netatalk:Jonas Smedegaard
+ Support uid's containing dots (use ":" instead of "." in chown commands). + Add description. + Remove old commented out lines.
2001-12-13Keep uid when resetting all files (nice to have to locate the responsible ↵Jonas Smedegaard
person for a file).
2001-12-12Initial revisionJonas Smedegaard