diff options
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 261cfac12ddcb..611e9b15c0070 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 |