SHA256
1
0
forked from pool/atftp
atftp/atftpd.logrotate
Marcus Meissner f048de6c7b Accepting request 133636 from home:vitezslav_cizek:branches:network
- added rules for SuSEfirewall2 (bnc#729793) 

- use the "su" logrotate directive (bnc#677335) 

- prevent the sorcerer's apprentice syndrome situation only when
  explicitly specified by the user (bnc#774376)
  (added a new command line option --prevent-sas to turn it on)

- fix a race condition where two server threads pick up a single
  client, which causes the transported file being overwritten
  (bnc#599856)

OBS-URL: https://build.opensuse.org/request/show/133636
OBS-URL: https://build.opensuse.org/package/show/network/atftp?expand=0&rev=16
2012-09-13 09:04:36 +00:00

15 lines
232 B
Plaintext

/var/log/atftpd/atftp.log {
su tftp tftp
compress
dateext
maxage 365
rotate 99
size=+4096k
notifempty
missingok
create 640 tftp tftp
postrotate
/etc/init.d/atftpd restart
endscript
}