projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
599a1b0
)
media-tv/tvheadend: Change init script to non-fatal "use net"
author
James Le Cuirot
<chewi@gentoo.org>
Sun, 2 Sep 2018 11:10:43 +0000
(12:10 +0100)
committer
James Le Cuirot
<chewi@gentoo.org>
Sun, 2 Sep 2018 11:43:07 +0000
(12:43 +0100)
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
patch
|
blob
|
history
diff --git
a/media-tv/tvheadend/files/tvheadend.initd
b/media-tv/tvheadend/files/tvheadend.initd
index 27956ccb234b8f266e2f7b37e43ab504e8626dfb..dc3bed76f299cdf1e7d4dc80b15cb1ae1fb5c3ad 100644
(file)
--- 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() {