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/
Date: Sun, 02 Sep 2018 11:43:42
Message-Id: 1535888587.bafd025d7fee68b12f2a66056fc4b1a14b134436.chewi@gentoo
1 commit: bafd025d7fee68b12f2a66056fc4b1a14b134436
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 2 11:10:43 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 2 11:43:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafd025d
7
8 media-tv/tvheadend: Change init script to non-fatal "use net"
9
10 We don't want network failure to cause missed recordings.
11
12 Closes: https://bugs.gentoo.org/633774
13 Package-Manager: Portage-2.3.48, Repoman-2.3.10
14
15 media-tv/tvheadend/files/tvheadend.initd | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-tv/tvheadend/files/tvheadend.initd b/media-tv/tvheadend/files/tvheadend.initd
19 index 27956ccb234..dc3bed76f29 100644
20 --- a/media-tv/tvheadend/files/tvheadend.initd
21 +++ b/media-tv/tvheadend/files/tvheadend.initd
22 @@ -1,7 +1,7 @@
23 #!/sbin/openrc-run
24
25 depend() {
26 - need net
27 + use net
28 }
29
30 start() {