summaryrefslogtreecommitdiff
path: root/localwebstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-06-28 19:18:42 +0000
committerJonas Smedegaard <dr@jones.dk>2003-06-28 19:18:42 +0000
commit559fb6f7bd83f2233f28f6bed7ec16e0fc9f4b6a (patch)
tree31a7c8c953cd4c77fe1756a395208708a83af720 /localwebstats
parent46bc7c1d19056750c87e97f91905de0681e6e62b (diff)
Change to a more generic location of default index page master.
Diffstat (limited to 'localwebstats')
-rwxr-xr-xlocalwebstats4
1 files changed, 2 insertions, 2 deletions
diff --git a/localwebstats b/localwebstats
index d95fe65..a5ddbfa 100755
--- a/localwebstats
+++ b/localwebstats
@@ -3,7 +3,7 @@
# /usr/local/sbin/localwebstats
# Copyright 2001-2002 Jonas Smedegaard <dr@jones.dk>
#
-# $Id: localwebstats,v 1.26 2003-05-25 03:28:24 jonas Exp $
+# $Id: localwebstats,v 1.27 2003-06-28 19:18:42 jonas Exp $
#
# Webstats maintenance script
#
@@ -103,7 +103,7 @@ function rmagic_cfg() { echo /etc/rmagic/rmagic_$3.conf; }
function webalizer_cfg() { echo /etc/webalizer_$3.conf; }
function modlogan_cfg() { echo /etc/modlogan/modlogan_$3.conf; }
function pre_init() { true; }
-function post_init() { [ -f /var/www/VIRTUAL/stats.jones.dk/www/COMMON/index.html ] && cp /var/www/VIRTUAL/stats.jones.dk/www/COMMON/index.html `statsdir $1 $2 $3`/; }
+function post_init() { [ -f $2/COMMON/index.html ] && cp $2/COMMON/index.html `statsdir $1 $2 $3`/; }
function pre_update() { true; }
function post_update() { true; }