diff options
author | James Meyer <james.meyer@operamail.com> | 2012-10-11 16:10:05 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-10-11 16:10:05 (GMT) |
commit | 56894c6c513d4b60091b5ac65a1afc8f4dff85d5 (patch) | |
tree | 52030431de9edb0839a993f0a96a1011bbf27366 /abs/core/xymon | |
parent | 9c04fff12f59373af8582714b89a3fd3d18b4081 (diff) | |
download | linhes_pkgbuild-56894c6c513d4b60091b5ac65a1afc8f4dff85d5.zip linhes_pkgbuild-56894c6c513d4b60091b5ac65a1afc8f4dff85d5.tar.gz linhes_pkgbuild-56894c6c513d4b60091b5ac65a1afc8f4dff85d5.tar.bz2 |
certmaster, lighttpd,linhes-scripts,linhes-system,mythtv,xymon: fix logrotation
Diffstat (limited to 'abs/core/xymon')
-rwxr-xr-x | abs/core/xymon/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/xymon/logrotate-client.xymon | 4 | ||||
-rw-r--r-- | abs/core/xymon/logrotate-server.xymon | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/xymon/PKGBUILD b/abs/core/xymon/PKGBUILD index a03e135..91f1256 100755 --- a/abs/core/xymon/PKGBUILD +++ b/abs/core/xymon/PKGBUILD @@ -131,8 +131,8 @@ md5sums=('31923ec126fe1c264fceb459d2175161' '622f400fd098cbc43c203e3210a6694e' '84442377c6e914b65519076bda4e17a4' '388dbe22d97198af0cd0bf1d18e96ce5' - 'f6ff1fb4bacee930007b877424619b30' - 'c6b43daf66228952fcd0bad5daf45500' + '67621b6c5a766ac03c5f407bdbdca810' + '7ad4871af35f82c7824bb682b9325dba' '98e9242ae346f729b14cb195786571f2' '31ac5c1f6dcc9408b64c4107b325a9a6' 'c7178bbf384bbe86c318b60fef6faf10' diff --git a/abs/core/xymon/logrotate-client.xymon b/abs/core/xymon/logrotate-client.xymon index ac6ff61..a312b64 100644 --- a/abs/core/xymon/logrotate-client.xymon +++ b/abs/core/xymon/logrotate-client.xymon @@ -1,7 +1,7 @@ /home/xymon/client/logs/* { missingok - daily - rotate 2 + size 512K + rotate 0 compress postrotate if [ -f /service/xymon-client/run ] diff --git a/abs/core/xymon/logrotate-server.xymon b/abs/core/xymon/logrotate-server.xymon index e69c5d9..2267da8 100644 --- a/abs/core/xymon/logrotate-server.xymon +++ b/abs/core/xymon/logrotate-server.xymon @@ -1,7 +1,7 @@ /var/log/hobbit/* { missingok - daily - rotate 2 + size 512K + rotate 0 compress postrotate if [ -f /service/xymon-server/run ] |