From 8405cc38fae31d091846562508d18b180f7e3ff7 Mon Sep 17 00:00:00 2001 From: robinmarlow Date: Tue, 1 Oct 2019 08:56:23 +0100 Subject: [PATCH] fix logitechmediaserver.init.d to openrc-run Stops the complaining about QA Notice: #!/sbin/runscript is deprecated, use #!/sbin/openrc-run instead: --- .../logitechmediaserver/files/logitechmediaserver.init.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/logitechmediaserver/files/logitechmediaserver.init.d b/media-sound/logitechmediaserver/files/logitechmediaserver.init.d index ed6e533..e8ed9c1 100755 --- a/media-sound/logitechmediaserver/files/logitechmediaserver.init.d +++ b/media-sound/logitechmediaserver/files/logitechmediaserver.init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/squeezeboxserver/files/squeezeboxserver.init.d,v 1.1 2009/11/25 22:52:25 lavajoe Exp $