summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-12 05:02:06 +0000
committerSam James <sam@gentoo.org>2021-11-12 05:05:11 +0000
commitdc503698eab27994570b9359723e651ddd7a3a5e (patch)
tree5afb9361e2c42deb818fc10acd447021be10cbc0 /www-misc
parentsci-libs/trilinos: unconditionally depend on boost (diff)
downloadgentoo-dc503698eab27994570b9359723e651ddd7a3a5e.tar.gz
gentoo-dc503698eab27994570b9359723e651ddd7a3a5e.tar.bz2
gentoo-dc503698eab27994570b9359723e651ddd7a3a5e.zip
www-misc/xxv: fix logrotate file syntax
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/xxv/files/xxvd-logrotate6
-rw-r--r--www-misc/xxv/xxv-1.6.1-r3.ebuild (renamed from www-misc/xxv/xxv-1.6.1-r2.ebuild)0
2 files changed, 3 insertions, 3 deletions
diff --git a/www-misc/xxv/files/xxvd-logrotate b/www-misc/xxv/files/xxvd-logrotate
index da5bf2627a93..23854f73b086 100644
--- a/www-misc/xxv/files/xxvd-logrotate
+++ b/www-misc/xxv/files/xxvd-logrotate
@@ -1,4 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
/var/log/xxv/xxvd.log {
@@ -7,7 +7,7 @@
dateext
maxage 365
rotate 99
- size=+4096k
+ size +4096k
notifempty
missingok
copytruncate
@@ -19,7 +19,7 @@
dateext
maxage 365
rotate 99
- size=+4096k
+ size +4096k
notifempty
missingok
copytruncate
diff --git a/www-misc/xxv/xxv-1.6.1-r2.ebuild b/www-misc/xxv/xxv-1.6.1-r3.ebuild
index 13b7f874d3a9..13b7f874d3a9 100644
--- a/www-misc/xxv/xxv-1.6.1-r2.ebuild
+++ b/www-misc/xxv/xxv-1.6.1-r3.ebuild