Rev 827 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 827 | Rev 4295 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #! /bin/sh |
1 | #! /bin/sh |
2 | - | ||
- | 2 | # logs and referer of documents, user and class connections in wims/log/... |
|
3 | # Now must be called from wimslogd and housekeep.daily. |
3 | # Now must be called from wimslogd and housekeep.daily. |
- | 4 | ||
4 | if [ "$site_accounting" != "yes" ]; then exit; fi |
5 | if [ "$site_accounting" != "yes" ]; then exit; fi |
5 | 6 | ||
6 | # working directory. Changeable. |
7 | # working directory. Changeable. |
7 | cd `dirname $0`/.. |
8 | cd `dirname $0`/.. |
8 | wims_home=`pwd` |
9 | wims_home=`pwd` |