commit: bafd025d7fee68b12f2a66056fc4b1a14b134436 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Sep 2 11:10:43 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Sep 2 11:43:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafd025d
media-tv/tvheadend: Change init script to non-fatal "use net" We don't want network failure to cause missed recordings. Closes: https://bugs.gentoo.org/633774 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-tv/tvheadend/files/tvheadend.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/tvheadend/files/tvheadend.initd b/media-tv/tvheadend/files/tvheadend.initd index 27956ccb234..dc3bed76f29 100644 --- a/media-tv/tvheadend/files/tvheadend.initd +++ b/media-tv/tvheadend/files/tvheadend.initd @@ -1,7 +1,7 @@ #!/sbin/openrc-run depend() { - need net + use net } start() {
