diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:41 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2e77e16fc5f3547ae9ff8df914eb4f5be4d055d1 (patch) | |
tree | 06bc5e1237d1cd2733504199c08d78d01add3f91 /net-analyzer/darkstat | |
parent | net-analyzer/bsnmp: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-2e77e16fc5f3547ae9ff8df914eb4f5be4d055d1.tar.gz gentoo-2e77e16fc5f3547ae9ff8df914eb4f5be4d055d1.tar.bz2 gentoo-2e77e16fc5f3547ae9ff8df914eb4f5be4d055d1.zip |
net-analyzer/darkstat: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/darkstat')
-rw-r--r-- | net-analyzer/darkstat/files/darkstat-initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/darkstat/files/darkstat-initd b/net-analyzer/darkstat/files/darkstat-initd index 0f2fb5e863b1..fd3a2eecc751 100644 --- a/net-analyzer/darkstat/files/darkstat-initd +++ b/net-analyzer/darkstat/files/darkstat-initd @@ -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$ |