]> git.pld-linux.org Git - packages/SysVinit.git/blame_incremental - sysvinit.logrotate
- fix not big endian proof md5 code.
[packages/SysVinit.git] / sysvinit.logrotate
... / ...
CommitLineData
1/var/log/lastlog {
2 weekly
3 rotate 1
4}
5/var/log/btmpx {
6 weekly
7 rotate 1
8}
9/var/log/wtmpx {
10 weekly
11 rotate 1
12 postrotate
13 /bin/chmod 644 /var/log/wtmpx
14 endscript
15}
This page took 0.024956 seconds and 4 git commands to generate.