diff options
author | 2016-05-18 01:30:02 -0500 | |
---|---|---|
committer | 2016-05-18 01:38:34 -0500 | |
commit | 22fd060e918bc6e2a5044b6a707477a0ac61a5f2 (patch) | |
tree | 3d03a0a5f158d02b182fb009556861a8f9933081 /net-analyzer/ntop/files | |
parent | net-analyzer/nsca: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-22fd060e918bc6e2a5044b6a707477a0ac61a5f2.tar.gz gentoo-22fd060e918bc6e2a5044b6a707477a0ac61a5f2.tar.bz2 gentoo-22fd060e918bc6e2a5044b6a707477a0ac61a5f2.zip |
net-analyzer/ntop: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/ntop/files')
-rw-r--r-- | net-analyzer/ntop/files/ntop-initd | 2 | ||||
-rw-r--r-- | net-analyzer/ntop/files/ntop-initd-r1 | 2 |
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$ |