From bafd025d7fee68b12f2a66056fc4b1a14b134436 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sun, 2 Sep 2018 12:10:43 +0100 Subject: 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 27956ccb234b..dc3bed76f299 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() { -- cgit v1.2.3-65-gdbad