Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/files/, media-tv/tvheadend/
Date: Sun, 30 May 2021 14:40:31
Message-Id: 1622385584.de8d29d5038faa33c3bdb099df5192abc89f2172.chewi@gentoo
1 commit: de8d29d5038faa33c3bdb099df5192abc89f2172
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 14:39:44 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 14:39:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8d29d5
7
8 media-tv/tvheadend: Fix variable handling in systemd service file
9
10 Closes: https://bugs.gentoo.org/792456
11 Package-Manager: Portage-3.0.19, Repoman-3.0.3
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 media-tv/tvheadend/files/tvheadend.service | 2 +-
15 .../tvheadend/{tvheadend-4.2.8-r1.ebuild => tvheadend-4.2.8-r2.ebuild} | 0
16 2 files changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-tv/tvheadend/files/tvheadend.service b/media-tv/tvheadend/files/tvheadend.service
19 index cd5c5e7f911..11d3fe7a814 100644
20 --- a/media-tv/tvheadend/files/tvheadend.service
21 +++ b/media-tv/tvheadend/files/tvheadend.service
22 @@ -9,7 +9,7 @@ Group=video
23 RuntimeDirectory=tvheadend
24 PIDFile=/run/tvheadend/tvheadend.pid
25 EnvironmentFile=/etc/conf.d/tvheadend
26 -ExecStart=/usr/bin/tvheadend -p /run/tvheadend/tvheadend.pid -c ${TVHEADEND_CONFIG} ${TVHEADEND_OPTIONS}
27 +ExecStart=/usr/bin/tvheadend -p /run/tvheadend/tvheadend.pid -c ${TVHEADEND_CONFIG} $TVHEADEND_OPTIONS
28 TimeoutStartSec=1m
29 TimeoutStopSec=20s
30 Restart=always
31
32 diff --git a/media-tv/tvheadend/tvheadend-4.2.8-r1.ebuild b/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild
33 similarity index 100%
34 rename from media-tv/tvheadend/tvheadend-4.2.8-r1.ebuild
35 rename to media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild