summaryrefslogtreecommitdiffstats
path: root/network/webalizer/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'network/webalizer/README.SLACKWARE')
-rw-r--r--network/webalizer/README.SLACKWARE7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/webalizer/README.SLACKWARE b/network/webalizer/README.SLACKWARE
new file mode 100644
index 0000000000..c6ab981405
--- /dev/null
+++ b/network/webalizer/README.SLACKWARE
@@ -0,0 +1,7 @@
+Config files can be kept in /etc/webalizer or any other place you wish to
+keep them. A sample config file is in /etc/webalizer already.
+
+A quick cron can be used to generate all stats for all sites at midnight
+with the folloing code in the root crontab:
+0 0 * * * for i in $(find /etc/webalizer -name "*.conf"); do webalizer -c $i &> /dev/null; done
+