]> git.pld-linux.org Git - packages/SysVinit.git/blob - sysvinit.logrotate
- Fixed 'postun' section.
[packages/SysVinit.git] / sysvinit.logrotate
1 /var/log/lastlog {
2 }
3
4 /var/log/btmpx {
5 }
6
7 /var/log/wtmpx {
8     postrotate
9                 /bin/chmod 644 /var/log/wtmpx
10     endscript
11 }
This page took 0.090836 seconds and 3 git commands to generate.