~ubuntu-branches/ubuntu/natty/ntop/natty

« back to all changes in this revision

Viewing changes to debian/logrotate

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2005-01-30 21:59:13 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050130215913-xc3ke963bw49b3k4
Tags: 2:3.0-5
* Updated README.Debian file so users will understand what to do at
  install, closes: #291794, #287802.
* Updated ntop init script to give better output.
* Also changed log directory from /var/lib/ntop to /var/log/ntop,
  closes: #252352.
* Quoted the interface list to allow whitespace, closes: #267248.
* Added a couple of logcheck ignores, closes: #269321, #269319.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
        weekly
3
3
        missingok
4
4
        rotate 4
 
5
    # ntop doesn't handle SIGHUP
 
6
    copytruncate
5
7
        compress
6
8
        notifempty
7
9
        create 640 root adm
8
 
        sharedscripts
9
 
        postrotate
10
 
                /etc/init.d/ntop reload > /dev/null
11
 
        endscript
12
10
}