diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:47 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | ed3d11ec56759d4307b7df42e0faf6356a77d916 (patch) | |
tree | f07c14515c0462404c75a3c25ef30e67233d1859 /net-analyzer/ipband | |
parent | net-analyzer/icinga2: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-ed3d11ec56759d4307b7df42e0faf6356a77d916.tar.gz gentoo-ed3d11ec56759d4307b7df42e0faf6356a77d916.tar.bz2 gentoo-ed3d11ec56759d4307b7df42e0faf6356a77d916.zip |
net-analyzer/ipband: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/ipband')
-rw-r--r-- | net-analyzer/ipband/files/ipband-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ipband/files/ipband-init b/net-analyzer/ipband/files/ipband-init index edfef8a11057..ab7f45047237 100644 --- a/net-analyzer/ipband/files/ipband-init +++ b/net-analyzer/ipband/files/ipband-init @@ -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 # $Id$ |