Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/minetest/files/
Date: Sun, 16 Aug 2020 08:01:26
Message-Id: 1597564858.733524ecd691013760473238b6e571010636196b.juippis@gentoo
1 commit: 733524ecd691013760473238b6e571010636196b
2 Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 8 15:33:07 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 08:00:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733524ec
7
8 games-action/minetest: Add missingok parameter to logrotate config
9
10 Closes: https://bugs.gentoo.org/736346
11 Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/17053
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 games-action/minetest/files/minetestserver.logrotate | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/games-action/minetest/files/minetestserver.logrotate b/games-action/minetest/files/minetestserver.logrotate
19 index 87917034945..0ec4823663a 100644
20 --- a/games-action/minetest/files/minetestserver.logrotate
21 +++ b/games-action/minetest/files/minetestserver.logrotate
22 @@ -1,5 +1,6 @@
23 /var/log/minetest/minetest-server.log {
24 rotate 5
25 weekly
26 + missingok
27 copytruncate
28 }