~ubuntu-branches/ubuntu/precise/rsyslog/precise

« back to all changes in this revision

Viewing changes to debian/rsyslog.logrotate

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2009-09-22 16:10:24 UTC
  • Revision ID: james.westby@ubuntu.com-20090922161024-2zgb8my69mgwwybp
Tags: 4.2.0-2ubuntu5
Upstart fixups; LP: #430220
* debian/rsyslog.logrotate: Use start command to restart rsyslog
* debian/rsyslog.rsyslog-kmsg.upstart: Restore bs=1 parameter to dd
* debian/rsyslog.upstart: Move kmsg fifo creation/deletion to kmsg
  upstart script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        delaycompress
8
8
        compress
9
9
        postrotate
10
 
                invoke-rc.d rsyslog reload > /dev/null
 
10
                reload rsyslog >/dev/null 2>&1 || true
11
11
        endscript
12
12
}
13
13
 
32
32
        delaycompress
33
33
        sharedscripts
34
34
        postrotate
35
 
                invoke-rc.d rsyslog reload > /dev/null
 
35
                reload rsyslog >/dev/null 2>&1 || true
36
36
        endscript
37
37
}