From 58cb98901ffd3a56d908cc0f40dee8cbfec554c5 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:29:56 -0500 Subject: [PATCH] net-analyzer/nepenthes: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-analyzer/nepenthes/files/nepenthes.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/nepenthes/files/nepenthes.initd b/net-analyzer/nepenthes/files/nepenthes.initd index 1ff1bff1ab3e4..80918fe6eb32d 100644 --- a/net-analyzer/nepenthes/files/nepenthes.initd +++ b/net-analyzer/nepenthes/files/nepenthes.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$