diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-08-23 21:48:59 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-08-23 21:48:59 +0000 |
commit | e23808a00ce9ac392291379c8ed3795f0f0402bf (patch) | |
tree | 1738bd46b3b19bbd4e5cc9637c26d35640f05e30 /sitesummary-client | |
parent | 78b14066745c79613dbc8b2e2a9e55d681c9372e (diff) | |
download | sitesummary-e23808a00ce9ac392291379c8ed3795f0f0402bf.tar.gz sitesummary-e23808a00ce9ac392291379c8ed3795f0f0402bf.tar.bz2 sitesummary-e23808a00ce9ac392291379c8ed3795f0f0402bf.tar.xz |
More framework code. Packages are now buildable.
Diffstat (limited to 'sitesummary-client')
-rw-r--r-- | sitesummary-client | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sitesummary-client b/sitesummary-client index 218d2ab..c897af6 100644 --- a/sitesummary-client +++ b/sitesummary-client @@ -10,6 +10,13 @@ set -e serverurl=http://localhost/cgi-bin/sitesummary-collector.cgi fragments=/usr/lib/sitesummary/collect.d/ +for conf in \ + /usr/share/sitesummary/config \ + /usr/share/sitesummary/config-site \ + /etc/sitesummary.conf ; do + . $conf +done + tmpdir=/tmp/sitesummary-$$ mkdir $tmpdir && cd $tmpdir |