~ubuntu-branches/ubuntu/jaunty/apache2/jaunty-security

« back to all changes in this revision

Viewing changes to debian/logrotate

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-19 09:32:01 UTC
  • Revision ID: james.westby@ubuntu.com-20080919093201-9owdrlp77z57l9hg
Tags: 2.2.9-7ubuntu3
Revert logrotate change since it will break it for everyone. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        sharedscripts
10
10
        postrotate
11
11
                if [ -f "`. /etc/apache2/envvars ; echo ${APACHE_PID_FILE:-/var/run/apache2.pid}`" ]; then
12
 
                        /etc/init.d/apache2 restart > /dev/null
 
12
                        /etc/init.d/apache2 reload > /dev/null
13
13
                fi
14
14
        endscript
15
15
}