Rename awstats.conf so update.sh doesn't use it
authorAlex Dehnert <adehnert@mit.edu>
Sun, 9 Dec 2012 08:16:23 +0000 (03:16 -0500)
committerAlex Dehnert <adehnert@mit.edu>
Sun, 9 Dec 2012 08:16:23 +0000 (03:16 -0500)
commitf59323448357178258530b9e87193898a0506a9e
treefcd9c80f3f3e61edd9dc5b8acc29f21f56fd4324
parent486170a75c258cbb86b9031e104c9a31c5cc7742
Rename awstats.conf so update.sh doesn't use it

awstats' update.sh tries to run awstats.conf (if it exists) and awstats.*.conf.
I want to use awstats.conf as my base config file which the packager will
upgrade for me, and have my domains in distinct config files, rather than
editing awstats.conf to contain my "default" domain.

So, I use
dpkg-divert  --rename --local --add /etc/awstats/awstats.conf
to hopefully make the distributors version live in awstats.conf.distrib,
where update.sh won't use it, and change my per-domain files to reference
it there.
awstats.alex.conf
awstats.conf [deleted file]
awstats.conf.distrib [new file with mode: 0644]
awstats.olinda.conf
cron-script.sh