projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1f2d33d
)
compress logs
author
bodea
<bodea>
Thu, 9 Dec 2004 12:54:03 +0000
(12:54 +0000)
committer
bodea
<bodea>
Thu, 9 Dec 2004 12:54:03 +0000
(12:54 +0000)
Changes
patch
|
blob
|
history
etc/l2tpns.logrotate
patch
|
blob
|
history
diff --git
a/Changes
b/Changes
index
48e7585
..
334224c
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-10,6
+10,7
@@
startup-config (from Jonathan's Debian package patches).
- Read multiple packets off cluster_sockfd as well as udpfd, tunfd in an
attempt to avoid losing the cluster in high load (DoS) conditions.
startup-config (from Jonathan's Debian package patches).
- Read multiple packets off cluster_sockfd as well as udpfd, tunfd in an
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
- The "This time, for sure!" release.
* Wed Dec 1 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.12
- The "This time, for sure!" release.
diff --git
a/etc/l2tpns.logrotate
b/etc/l2tpns.logrotate
index
c6cf5e2
..
d937c3a
100644
(file)
--- a/
etc/l2tpns.logrotate
+++ b/
etc/l2tpns.logrotate
@@
-1,8
+1,9
@@
/var/log/l2tpns {
/var/log/l2tpns {
- daily
- missingok
- rotate 14
- postrotate
- /usr/bin/killall -HUP l2tpns
- endscript
+ daily
+ missingok
+ rotate 14
+ compress
+ postrotate
+ /usr/bin/killall -HUP l2tpns
+ endscript
}
}