[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/7.0_dfsg-2-15-gb856453

Sergey B Kirpichev skirpichev at gmail.com
Mon Oct 31 11:18:23 UTC 2011


The following commit has been merged in the master branch:
commit a142f5e88b771630f73f5ad86769cf9ae731f4ab
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Sat Oct 29 16:13:23 2011 +0400

    Minor tweaks of debian/README.Debian

diff --git a/debian/README.Debian b/debian/README.Debian
index 902c68c..b3a5950 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -58,7 +58,7 @@ example, insert the following lines in /etc/logrotate.d/apache2:
 
     prerotate
       if [ -x /usr/share/awstats/tools/update.sh ]; then
-        su - -c /usr/share/awstats/tools/update.sh www-data
+        su -l -c /usr/share/awstats/tools/update.sh www-data
       fi
     endscript
 
@@ -98,17 +98,17 @@ should...
 
     To retain use of a common config file containing defaults for all
     of your sites, consider a scheme such as the following:
- 
+
     Make a bunch of awstats.[site_name_here].conf files, and have the
     first line include the parent awstats.conf file (which by default
     also includes awstats.conf.local).  The remainder of the file
     should have your site-specific configuration settings, which
     override the defaults specified in awstats.conf and
     awstats.conf.local.
- 
+
     Here is an example of an awstats.example.com.conf file (of course,
     tailor the file for your own configuration):
-    
+
         Include "/etc/awstats/awstats.conf"
         SiteDomain="example.com"
         HostAliases="example.com www.example.com"

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list