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