diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2016-07-21 16:19:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-21 22:30:28 +0700 |
commit | 0033396c224c11993d48a192f9180c212758e85e (patch) | |
tree | 8f5e71ad129892dad45e62e76b2d4d1acf2691f3 /network/awstats/doinst.sh | |
parent | 90b6b88ebe7b3549499bd89d846a5d90c63f4afb (diff) | |
download | slackbuilds-0033396c224c11993d48a192f9180c212758e85e.tar.gz |
network/awstats: Updated for version 7.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/awstats/doinst.sh')
-rw-r--r-- | network/awstats/doinst.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/network/awstats/doinst.sh b/network/awstats/doinst.sh index 261cfac12d..611e9b15c0 100644 --- a/network/awstats/doinst.sh +++ b/network/awstats/doinst.sh @@ -11,13 +11,6 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -# Keep same perms: -if [ -e etc/httpd/extra/httpd-awstats.conf.new ]; then - cp -a etc/httpd/extra/httpd-awstats.conf etc/httpd/extra/httpd-awstats.conf.new.incoming - cat etc/httpd/extra/httpd-awstats.conf.new > etc/httpd/extra/httpd-awstats.conf.new.incoming - mv etc/httpd/extra/httpd-awstats.conf.new.incoming etc/httpd/extra/httpd-awstats.conf.new -fi - config etc/httpd/extra/httpd-awstats.conf.new config etc/awstats/awstats.model.conf.new |