From: Austin English Date: Wed, 18 May 2016 06:30:02 +0000 (-0500) Subject: net-analyzer/ntop: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=22fd060e918bc6e2a5044b6a707477a0ac61a5f2;p=gentoo.git net-analyzer/ntop: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/net-analyzer/ntop/files/ntop-initd b/net-analyzer/ntop/files/ntop-initd index ffc2923790df..ec9afd576f32 100644 --- a/net-analyzer/ntop/files/ntop-initd +++ b/net-analyzer/ntop/files/ntop-initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/net-analyzer/ntop/files/ntop-initd-r1 b/net-analyzer/ntop/files/ntop-initd-r1 index 1f685d0ee733..4bcde98da03f 100644 --- a/net-analyzer/ntop/files/ntop-initd-r1 +++ b/net-analyzer/ntop/files/ntop-initd-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$