diff options
Diffstat (limited to 'network/awstats/doinst.sh')
-rw-r--r-- | network/awstats/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/awstats/doinst.sh b/network/awstats/doinst.sh index 98ec8af0f0..e8150466f6 100644 --- a/network/awstats/doinst.sh +++ b/network/awstats/doinst.sh @@ -11,7 +11,7 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -# Keep same perms on rc.heimdal: +# Keep same perms: if [ -e etc/httpd/extra/httpd-awstats.conf.new ]; then cp -a etc/httpd/extra/httpd-awstats.conf.new etc/httpd/extra/httpd-awstats.conf.new.incoming cat etc/httpd/extra/httpd-awstats.conf.new > etc/httpd/extra/httpd-awstats.conf.new.incoming |