forked from pool/atftp
Marcus Meissner
f048de6c7b
- 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
15 lines
232 B
Plaintext
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
|
|
}
|