compress logs

This commit is contained in:
bodea 2004-12-09 12:54:03 +00:00
parent 1f2d33d275
commit 87979c45b5
2 changed files with 8 additions and 6 deletions

View file

@ -10,6 +10,7 @@
startup-config (from Jonathan's Debian package patches). startup-config (from Jonathan's Debian package patches).
- Read multiple packets off cluster_sockfd as well as udpfd, tunfd in an - Read multiple packets off cluster_sockfd as well as udpfd, tunfd in an
attempt to avoid losing the cluster in high load (DoS) conditions. attempt to avoid losing the cluster in high load (DoS) conditions.
- Compress logs.
* Wed Dec 1 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.12 * Wed Dec 1 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.12
- The "This time, for sure!" release. - The "This time, for sure!" release.

View file

@ -1,8 +1,9 @@
/var/log/l2tpns { /var/log/l2tpns {
daily daily
missingok missingok
rotate 14 rotate 14
postrotate compress
/usr/bin/killall -HUP l2tpns postrotate
endscript /usr/bin/killall -HUP l2tpns
endscript
} }