summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:30:02 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit22fd060e918bc6e2a5044b6a707477a0ac61a5f2 (patch)
tree3d03a0a5f158d02b182fb009556861a8f9933081
parentnet-analyzer/nsca: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-22fd060e918bc6e2a5044b6a707477a0ac61a5f2.tar.gz
gentoo-22fd060e918bc6e2a5044b6a707477a0ac61a5f2.tar.bz2
gentoo-22fd060e918bc6e2a5044b6a707477a0ac61a5f2.zip
net-analyzer/ntop: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r--net-analyzer/ntop/files/ntop-initd2
-rw-r--r--net-analyzer/ntop/files/ntop-initd-r12
2 files changed, 2 insertions, 2 deletions
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$