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