~nginx-community/nginx/community-packaging

« back to all changes in this revision

Viewing changes to logrotate

  • Committer: mtecknology-guest
  • Date: 2011-02-17 16:15:38 UTC
  • Revision ID: svn-v4:19660600-52fe-0310-9875-adc0d7a7b53c:deb-maint/nginx/trunk/debian:18167
Adding a way to enforce /var/log/nginx* permissions; fixes a couple issues; took an example from mysql-5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        compress
6
6
        delaycompress
7
7
        notifempty
8
 
        create 640
 
8
        create 0640 www-data adm
9
9
        sharedscripts
10
10
        prerotate
11
11
                if [ -d /etc/logrotate.d/httpd-prerotate ]; then \